summaryrefslogtreecommitdiff
path: root/third_party/base/allocator/partition_allocator/page_allocator.cc
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-02-02 22:16:58 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-02-02 22:16:58 +0000
commit2e988749a1775ff85b14d6e93a52c931481e64d3 (patch)
treee7c0dfb70d636ca650b08f6a6fa5561277a5fabc /third_party/base/allocator/partition_allocator/page_allocator.cc
parentbbeb10daef8b485024aa68126ff267c81dd4c474 (diff)
downloadpdfium-2e988749a1775ff85b14d6e93a52c931481e64d3.tar.xz
Remove third_party/build/build_config.h.
Use build/build_config.h instead. Having two build_config.h files is confusing. Change-Id: I4bd9c76ab6d913ee0aaa8b2f9c17b94bfba2d128 Reviewed-on: https://pdfium-review.googlesource.com/25111 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Chris Palmer <palmer@chromium.org> Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
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)