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

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

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.cc
diff --git a/base/allocator/partition_allocator/partition_alloc.cc b/base/allocator/partition_allocator/partition_alloc.cc
index 5380ccede668e39ff248cc0c5be8c735a4079b5c..eb4c6390a15f018251dafcda0857421e1f40b7fe 100644
--- a/base/allocator/partition_allocator/partition_alloc.cc
+++ b/base/allocator/partition_allocator/partition_alloc.cc
@@ -7,8 +7,8 @@
#include <string.h>
#include "base/allocator/partition_allocator/oom.h"
+#include "base/allocator/partition_allocator/spin_lock.h"
#include "base/compiler_specific.h"
-#include "base/synchronization/spin_lock.h"
// Two partition pages are used as guard / metadata page so make sure the super
// page size is bigger.
« no previous file with comments | « base/allocator/partition_allocator/partition_alloc.h ('k') | base/allocator/partition_allocator/spin_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698