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

Unified Diff: components/sync/core/test/fake_model_type_connector.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/test/fake_model_type_connector.h
diff --git a/sync/internal_api/public/test/fake_model_type_connector.h b/components/sync/core/test/fake_model_type_connector.h
similarity index 69%
rename from sync/internal_api/public/test/fake_model_type_connector.h
rename to components/sync/core/test/fake_model_type_connector.h
index 161dfd5d78764222770d0395f989dbe32b755e92..628e57a3717a122c94b647faa3801cd777dfe648 100644
--- a/sync/internal_api/public/test/fake_model_type_connector.h
+++ b/components/sync/core/test/fake_model_type_connector.h
@@ -2,10 +2,10 @@
// 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_FAKE_MODEL_TYPE_CONNECTOR_H_
-#define SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
+#ifndef COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
+#define COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
-#include "sync/internal_api/public/model_type_connector.h"
+#include "components/sync/core/model_type_connector.h"
namespace syncer_v2 {
@@ -23,4 +23,4 @@ class FakeModelTypeConnector : public ModelTypeConnector {
} // namespace syncer_v2
-#endif // SYNC_INTERNAL_API_PUBLIC_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
+#endif // COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
« no previous file with comments | « components/sync/core/test/data_type_error_handler_mock.h ('k') | components/sync/core/test/fake_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698