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

Unified Diff: components/sync/model/fake_model_type_change_processor.h

Issue 2458013002: [Sync] Rename ModelTypeService to ModelTypeSyncBridge. (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
Index: components/sync/model/fake_model_type_change_processor.h
diff --git a/components/sync/model/fake_model_type_change_processor.h b/components/sync/model/fake_model_type_change_processor.h
index 4061a89790b9ccacd35b486dd95692d1eb87faa3..2b1de481601952595fad18135d9e49f7538cb392 100644
--- a/components/sync/model/fake_model_type_change_processor.h
+++ b/components/sync/model/fake_model_type_change_processor.h
@@ -14,14 +14,14 @@
namespace syncer {
-class ModelTypeService;
+class ModelTypeSyncBridge;
// A ModelTypeChangeProcessor implementation for tests.
class FakeModelTypeChangeProcessor : public ModelTypeChangeProcessor {
public:
static std::unique_ptr<ModelTypeChangeProcessor> Create(
ModelType type,
- ModelTypeService* service);
+ ModelTypeSyncBridge* sync_bridge);
FakeModelTypeChangeProcessor();
~FakeModelTypeChangeProcessor() override;

Powered by Google App Engine
This is Rietveld 408576698