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

Unified Diff: sync/sessions/sync_session_unittest.cc

Issue 11533008: Use delete journal to remove bookmarks that are already deleted in sync model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: sync/sessions/sync_session_unittest.cc
diff --git a/sync/sessions/sync_session_unittest.cc b/sync/sessions/sync_session_unittest.cc
index 6a327542aab9d7fe116e129df25e94d451f7f14c..b54343d2c489d36b63c5d8e439314d26efe1ca19 100644
--- a/sync/sessions/sync_session_unittest.cc
+++ b/sync/sessions/sync_session_unittest.cc
@@ -162,7 +162,7 @@ TEST_F(SyncSessionTest, EnabledGroups) {
TEST_F(SyncSessionTest, SetWriteTransaction) {
TestDirectorySetterUpper dir_maker;
- dir_maker.SetUp();
+ dir_maker.SetUp(NULL);
syncable::Directory* directory = dir_maker.directory();
scoped_ptr<SyncSession> session(MakeSession());

Powered by Google App Engine
This is Rietveld 408576698