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

Unified Diff: third_party/WebKit/Source/wtf/allocator/Partitions.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
« no previous file with comments | « third_party/WebKit/Source/wtf/SpinLock.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/wtf/allocator/Partitions.h
diff --git a/third_party/WebKit/Source/wtf/allocator/Partitions.h b/third_party/WebKit/Source/wtf/allocator/Partitions.h
index 2aea9ecbc95862293c6b951e10bdbcb0994f8e0c..bc14f9b108128b0c58dd2e9c7ff2347de2ec7fc6 100644
--- a/third_party/WebKit/Source/wtf/allocator/Partitions.h
+++ b/third_party/WebKit/Source/wtf/allocator/Partitions.h
@@ -31,12 +31,12 @@
#ifndef Partitions_h
#define Partitions_h
+#include <string.h>
#include "base/allocator/partition_allocator/partition_alloc.h"
-#include "base/synchronization/spin_lock.h"
+#include "base/allocator/partition_allocator/spin_lock.h"
#include "wtf/Assertions.h"
#include "wtf/WTF.h"
#include "wtf/WTFExport.h"
-#include <string.h>
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/wtf/SpinLock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698