| Index: components/sync/syncable/scoped_kernel_lock.h
|
| diff --git a/sync/syncable/scoped_kernel_lock.h b/components/sync/syncable/scoped_kernel_lock.h
|
| similarity index 77%
|
| rename from sync/syncable/scoped_kernel_lock.h
|
| rename to components/sync/syncable/scoped_kernel_lock.h
|
| index dbc28e79fd245441d0adc5b03725bbcdb1e4c77f..9bb3a6c5d334190cca627e94d12e863f95e30f38 100644
|
| --- a/sync/syncable/scoped_kernel_lock.h
|
| +++ b/components/sync/syncable/scoped_kernel_lock.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
| -#define SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
| +#ifndef COMPONENTS_SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
| +#define COMPONENTS_SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/synchronization/lock.h"
|
| @@ -28,4 +28,4 @@ class ScopedKernelLock {
|
| } // namespace syncable
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
| +#endif // COMPONENTS_SYNC_SYNCABLE_SCOPED_KERNEL_LOCK_H_
|
|
|