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

Unified Diff: components/sync/syncable/scoped_kernel_lock.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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: 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_
« no previous file with comments | « components/sync/syncable/parent_child_index_unittest.cc ('k') | components/sync/syncable/scoped_kernel_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698