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

Unified Diff: components/sync/test/fake_server/bookmark_entity.cc

Issue 2328393002: [Sync] Add a sanity integration test for USS. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/test/fake_server/bookmark_entity.cc
diff --git a/components/sync/test/fake_server/bookmark_entity.cc b/components/sync/test/fake_server/bookmark_entity.cc
index dcedcc04d22545b5a218dfd869cecca164b1de90..b7e1eccd9852702661988a612df5279d4365b7f1 100644
--- a/components/sync/test/fake_server/bookmark_entity.cc
+++ b/components/sync/test/fake_server/bookmark_entity.cc
@@ -83,7 +83,7 @@ BookmarkEntity::BookmarkEntity(const string& id,
const string& parent_id,
int64_t creation_time,
int64_t last_modified_time)
- : FakeServerEntity(id, syncer::BOOKMARKS, version, name),
+ : FakeServerEntity(id, string(), syncer::BOOKMARKS, version, name),
originator_cache_guid_(originator_cache_guid),
originator_client_item_id_(originator_client_item_id),
unique_position_(unique_position),

Powered by Google App Engine
This is Rietveld 408576698