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

Unified Diff: components/sync/core/internal_components_factory_impl.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_impl.h
diff --git a/sync/internal_api/public/internal_components_factory_impl.h b/components/sync/core/internal_components_factory_impl.h
similarity index 83%
rename from sync/internal_api/public/internal_components_factory_impl.h
rename to components/sync/core/internal_components_factory_impl.h
index 06365c0ab930d3f4cb069a22cbfe736f49d124e3..6c7a77ad09b20c5698f8b678785862ec3b8895da 100644
--- a/sync/internal_api/public/internal_components_factory_impl.h
+++ b/components/sync/core/internal_components_factory_impl.h
@@ -5,15 +5,15 @@
// An InternalComponentsFactory implementation designed for real production /
// normal use.
-#ifndef SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
-#define SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
+#ifndef COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
+#define COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
#include <string>
#include <vector>
#include "base/macros.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/internal_components_factory.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/core/internal_components_factory.h"
namespace syncer {
@@ -51,4 +51,4 @@ class SYNC_EXPORT InternalComponentsFactoryImpl
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
+#endif // COMPONENTS_SYNC_CORE_INTERNAL_COMPONENTS_FACTORY_IMPL_H_
« no previous file with comments | « components/sync/core/internal_components_factory.h ('k') | components/sync/core/internal_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698