Skip to content

Commit

Permalink
Cherry pick PR #3530: Fix evergreen AOSP compilation issues (#3788)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3530

b/341774149

Co-authored-by: Oscar Vestlie <oxv@google.com>
  • Loading branch information
cobalt-github-releaser-bot and oxve authored Jul 10, 2024
1 parent af033ac commit 0134d5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/mini_chromium/base/base_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define CheckUnheldAndMark MCheckUnheldAndMark
#define ConditionVariable MConditionVariable
#define GetLogMessageHandler MGetLogMessageHandler
#define GetPageSize MGetPageSize
#define Lock MLock
#define LockImpl MLockImpl
#define LogMessage MLogMessage
Expand Down
2 changes: 2 additions & 0 deletions third_party/mini_chromium/base/process/process_metrics.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

#include <stddef.h>

#include "base/base_wrapper.h"

namespace base {

size_t GetPageSize();
Expand Down

0 comments on commit 0134d5c

Please sign in to comment.