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

Unified Diff: components/sync/syncable/scoped_parent_child_index_updater.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_parent_child_index_updater.h
diff --git a/sync/syncable/scoped_parent_child_index_updater.h b/components/sync/syncable/scoped_parent_child_index_updater.h
similarity index 76%
rename from sync/syncable/scoped_parent_child_index_updater.h
rename to components/sync/syncable/scoped_parent_child_index_updater.h
index 0c6dedd4eda3af7929c0da3b9870df1fcd608a2d..d6085df8e1f3ad703c528c4be365ed765e92d779 100644
--- a/sync/syncable/scoped_parent_child_index_updater.h
+++ b/components/sync/syncable/scoped_parent_child_index_updater.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
-#define SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
+#ifndef COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
+#define COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
#include "base/macros.h"
-#include "sync/base/sync_export.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
namespace syncable {
@@ -34,4 +34,4 @@ class ScopedParentChildIndexUpdater {
} // namespace syncable
} // namespace syncer
-#endif // SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
+#endif // COMPONENTS_SYNC_SYNCABLE_SCOPED_PARENT_CHILD_INDEX_UPDATER_H_
« no previous file with comments | « components/sync/syncable/scoped_kernel_lock.cc ('k') | components/sync/syncable/scoped_parent_child_index_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698