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

Unified Diff: sync/internal_api/test/fake_model_type_service.cc

Issue 1648813002: [Sync] Renaming client key to client tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « sync/internal_api/shared_model_type_processor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/test/fake_model_type_service.cc
diff --git a/sync/internal_api/test/fake_model_type_service.cc b/sync/internal_api/test/fake_model_type_service.cc
index d31388f66726fe8be9591178796e75444a2fe7f8..5aad325fcc50f4031d5ebdcad64d79bbc6c9813f 100644
--- a/sync/internal_api/test/fake_model_type_service.cc
+++ b/sync/internal_api/test/fake_model_type_service.cc
@@ -29,7 +29,7 @@ syncer::SyncError FakeModelTypeService::ApplySyncChanges(
void FakeModelTypeService::LoadMetadata(MetadataCallback callback) {}
-void FakeModelTypeService::GetData(ClientKeyList client_keys,
+void FakeModelTypeService::GetData(ClientTagList client_tags,
DataCallback callback) {}
void FakeModelTypeService::GetAllData(DataCallback callback) {}
« no previous file with comments | « sync/internal_api/shared_model_type_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698