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

Unified Diff: sync/test/fake_server/unique_client_entity.h

Issue 998373004: Sync: Generalize entity injection in Android tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: sync/test/fake_server/unique_client_entity.h
diff --git a/sync/test/fake_server/unique_client_entity.h b/sync/test/fake_server/unique_client_entity.h
index c66ea47fa82934abac1b9a312bc221b22538633c..8a53c24ab07c6788d9700c037dbb8f7b527c9d85 100644
--- a/sync/test/fake_server/unique_client_entity.h
+++ b/sync/test/fake_server/unique_client_entity.h
@@ -39,7 +39,6 @@ class UniqueClientEntity : public FakeServerEntity {
// Factory function for creating a UniqueClientEntity for use in the
// FakeServer injection API.
static scoped_ptr<FakeServerEntity> CreateForInjection(
- syncer::ModelType model_type,
const std::string& name,
const sync_pb::EntitySpecifics& entity_specifics);

Powered by Google App Engine
This is Rietveld 408576698