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

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

Issue 319823002: Remove redundant param from Sync FakeServer infra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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 | « no previous file | sync/test/fake_server/bookmark_entity.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_server/bookmark_entity.h
diff --git a/sync/test/fake_server/bookmark_entity.h b/sync/test/fake_server/bookmark_entity.h
index 3f108ba77ce3ead51edd69d4888b3d00b619bd43..388dba88e0181dedfba9d2392efbb33207e5c4b6 100644
--- a/sync/test/fake_server/bookmark_entity.h
+++ b/sync/test/fake_server/bookmark_entity.h
@@ -37,7 +37,6 @@ class BookmarkEntity : public FakeServerEntity {
const std::string& parent_id);
BookmarkEntity(const std::string& id,
- const syncer::ModelType& model_type,
int64 version,
const std::string& name,
const std::string& originator_cache_guid,
« no previous file with comments | « no previous file | sync/test/fake_server/bookmark_entity.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698