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

Unified Diff: components/sync/core/internal_components_factory.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/core/internal_components_factory.h
diff --git a/sync/internal_api/public/internal_components_factory.h b/components/sync/core/internal_components_factory.h
similarity index 92%
rename from sync/internal_api/public/internal_components_factory.h
rename to components/sync/core/internal_components_factory.h
index 5b5c4edfc69a9218af660c807199f6ec1f02456a..e4b9d2ee4dfe8e45701e8e3b37c472f351255b85 100644
--- a/sync/internal_api/public/internal_components_factory.h
+++ b/components/sync/core/internal_components_factory.h
@@ -6,16 +6,16 @@
// components used by the SyncManager that are not exposed across the sync
// API boundary.
-#ifndef SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
-#define SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
+#ifndef COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
+#define COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
#include <memory>
#include <string>
#include <vector>
#include "base/files/file_path.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/engine/model_safe_worker.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/engine/model_safe_worker.h"
namespace syncer {
@@ -113,4 +113,4 @@ class SYNC_EXPORT InternalComponentsFactory {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_H_
+#endif // COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_H_
« no previous file with comments | « components/sync/core/http_post_provider_interface.h ('k') | components/sync/core/internal_components_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698