summaryrefslogtreecommitdiff
path: root/chromium/base/allocator/allocator_extension.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/allocator/allocator_extension.cc')
-rw-r--r--chromium/base/allocator/allocator_extension.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/allocator/allocator_extension.cc b/chromium/base/allocator/allocator_extension.cc
index 87dd5731c06..72ae582a0f3 100644
--- a/chromium/base/allocator/allocator_extension.cc
+++ b/chromium/base/allocator/allocator_extension.cc
@@ -4,7 +4,7 @@
#include "base/allocator/allocator_extension.h"
#include "base/allocator/buildflags.h"
-#include "base/logging.h"
+#include "base/check.h"
#if BUILDFLAG(USE_TCMALLOC)
#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"