summaryrefslogtreecommitdiff
path: root/chromium/base/sampling_heap_profiler
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/sampling_heap_profiler')
-rw-r--r--chromium/base/sampling_heap_profiler/lock_free_address_hash_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/sampling_heap_profiler/lock_free_address_hash_set.h b/chromium/base/sampling_heap_profiler/lock_free_address_hash_set.h
index 1007859d7e2..3e045ceaeb4 100644
--- a/chromium/base/sampling_heap_profiler/lock_free_address_hash_set.h
+++ b/chromium/base/sampling_heap_profiler/lock_free_address_hash_set.h
@@ -9,8 +9,8 @@
#include <cstdint>
#include <vector>
+#include "base/check_op.h"
#include "base/compiler_specific.h"
-#include "base/logging.h"
namespace base {