Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1929)

Unified Diff: base/allocator/partition_allocator/partition_alloc.h

Issue 2713903002: Move spin_lock into partition_allocator. (Closed)
Patch Set: Remove unnecessary DEPS line. Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/allocator/partition_allocator/partition_alloc.h
diff --git a/base/allocator/partition_allocator/partition_alloc.h b/base/allocator/partition_allocator/partition_alloc.h
index 15a501ae6f6073b020aa3cf4ce0511b6ffc08986..a3ff90e089ffea36fbe309fe5783b601336709ae 100644
--- a/base/allocator/partition_allocator/partition_alloc.h
+++ b/base/allocator/partition_allocator/partition_alloc.h
@@ -62,10 +62,10 @@
#include <limits.h>
#include "base/allocator/partition_allocator/page_allocator.h"
+#include "base/allocator/partition_allocator/spin_lock.h"
#include "base/bits.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
-#include "base/synchronization/spin_lock.h"
#include "base/sys_byteorder.h"
#include "build/build_config.h"

Powered by Google App Engine
This is Rietveld 408576698