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

Unified Diff: components/sync/api/syncable_service.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
« no previous file with comments | « components/sync/api/sync_merge_result_unittest.cc ('k') | components/sync/api/syncable_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/syncable_service.h
diff --git a/sync/api/syncable_service.h b/components/sync/api/syncable_service.h
similarity index 88%
rename from sync/api/syncable_service.h
rename to components/sync/api/syncable_service.h
index ab79f4585e045c17e80af7f1a67903b4f80c5b51..7d2114e04c141236727efa5fae6a8dc4a0ea2953 100644
--- a/sync/api/syncable_service.h
+++ b/components/sync/api/syncable_service.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_API_SYNCABLE_SERVICE_H_
-#define SYNC_API_SYNCABLE_SERVICE_H_
+#ifndef COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
+#define COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
#include <memory>
#include <vector>
@@ -11,13 +11,13 @@
#include "base/callback.h"
#include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h"
-#include "sync/api/attachments/attachment_store.h"
-#include "sync/api/sync_change_processor.h"
-#include "sync/api/sync_data.h"
-#include "sync/api/sync_error.h"
-#include "sync/api/sync_merge_result.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/base/model_type.h"
+#include "components/sync/api/attachments/attachment_store.h"
+#include "components/sync/api/sync_change_processor.h"
+#include "components/sync/api/sync_data.h"
+#include "components/sync/api/sync_error.h"
+#include "components/sync/api/sync_merge_result.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -94,4 +94,4 @@ class SYNC_EXPORT SyncableService
} // namespace syncer
-#endif // SYNC_API_SYNCABLE_SERVICE_H_
+#endif // COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
« no previous file with comments | « components/sync/api/sync_merge_result_unittest.cc ('k') | components/sync/api/syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698