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

Unified Diff: components/sync/core/test/fake_model_type_connector.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/sync_manager.h ('k') | components/sync/core/test/fake_model_type_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/test/fake_model_type_connector.h
diff --git a/components/sync/core/test/fake_model_type_connector.h b/components/sync/core/test/fake_model_type_connector.h
index 8e27540e9a4bde04b0d3fc6e890f75b101f050e4..628e57a3717a122c94b647faa3801cd777dfe648 100644
--- a/components/sync/core/test/fake_model_type_connector.h
+++ b/components/sync/core/test/fake_model_type_connector.h
@@ -7,7 +7,7 @@
#include "components/sync/core/model_type_connector.h"
-namespace syncer {
+namespace syncer_v2 {
// A no-op implementation of ModelTypeConnector for testing.
class FakeModelTypeConnector : public ModelTypeConnector {
@@ -16,11 +16,11 @@ class FakeModelTypeConnector : public ModelTypeConnector {
~FakeModelTypeConnector() override;
void ConnectType(
- ModelType type,
+ syncer::ModelType type,
std::unique_ptr<ActivationContext> activation_context) override;
- void DisconnectType(ModelType type) override;
+ void DisconnectType(syncer::ModelType type) override;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_TEST_FAKE_MODEL_TYPE_CONNECTOR_H_
« no previous file with comments | « components/sync/core/sync_manager.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