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

Unified Diff: components/sync/core/test/test_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
« no previous file with comments | « components/sync/core/test/test_entry_factory.h ('k') | components/sync/core/test/test_user_share.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/test/test_internal_components_factory.h
diff --git a/sync/internal_api/public/test/test_internal_components_factory.h b/components/sync/core/test/test_internal_components_factory.h
similarity index 84%
rename from sync/internal_api/public/test/test_internal_components_factory.h
rename to components/sync/core/test/test_internal_components_factory.h
index 419903deed71aa31e79bfa332d1a7f100e5a2ed7..a5bfb334f6bf0c79c1c2670e85def351181fff16 100644
--- a/sync/internal_api/public/test/test_internal_components_factory.h
+++ b/components/sync/core/test/test_internal_components_factory.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
-#define SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
+#ifndef COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
+#define COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
#include <string>
#include <vector>
#include "base/macros.h"
-#include "sync/internal_api/public/internal_components_factory.h"
+#include "components/sync/core/internal_components_factory.h"
namespace syncer {
@@ -51,4 +51,4 @@ class TestInternalComponentsFactory : public InternalComponentsFactory {
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
+#endif // COMPONENTS_SYNC_CORE_TEST_TEST_INTERNAL_COMPONENTS_FACTORY_H_
« no previous file with comments | « components/sync/core/test/test_entry_factory.h ('k') | components/sync/core/test/test_user_share.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698