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

Unified Diff: base/allocator/partition_allocator/spin_lock.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
« no previous file with comments | « base/allocator/partition_allocator/spin_lock.h ('k') | base/synchronization/spin_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/allocator/partition_allocator/spin_lock.cc
diff --git a/base/synchronization/spin_lock.cc b/base/allocator/partition_allocator/spin_lock.cc
similarity index 98%
rename from base/synchronization/spin_lock.cc
rename to base/allocator/partition_allocator/spin_lock.cc
index 531d7985cf4b33413b47e851c8a84ba36cba0aab..f3958fbe3087934e8cbba226efa27be0c6a907cc 100644
--- a/base/synchronization/spin_lock.cc
+++ b/base/allocator/partition_allocator/spin_lock.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/synchronization/spin_lock.h"
+#include "base/allocator/partition_allocator/spin_lock.h"
#if defined(OS_WIN)
#include <windows.h>
« no previous file with comments | « base/allocator/partition_allocator/spin_lock.h ('k') | base/synchronization/spin_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698