| 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>
|
|
|