summaryrefslogtreecommitdiff
path: root/third_party/base/allocator/partition_allocator/page_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/base/allocator/partition_allocator/page_allocator.cc')
-rw-r--r--third_party/base/allocator/partition_allocator/page_allocator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/base/allocator/partition_allocator/page_allocator.cc b/third_party/base/allocator/partition_allocator/page_allocator.cc
index abe159b727..0869bdb769 100644
--- a/third_party/base/allocator/partition_allocator/page_allocator.cc
+++ b/third_party/base/allocator/partition_allocator/page_allocator.cc
@@ -8,10 +8,10 @@
#include <atomic>
+#include "build/build_config.h"
#include "third_party/base/allocator/partition_allocator/address_space_randomization.h"
#include "third_party/base/base_export.h"
#include "third_party/base/logging.h"
-#include "third_party/build/build_config.h"
#if defined(OS_POSIX)