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

Unified Diff: sync/test/engine/syncer_command_test.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/test/engine/syncer_command_test.cc
diff --git a/sync/test/engine/syncer_command_test.cc b/sync/test/engine/syncer_command_test.cc
index 2439c1ba2c305744d42c1bf3a58bbab89e77e8a6..e3632eba827cbcb4594d18e442b92d5b756a06df 100644
--- a/sync/test/engine/syncer_command_test.cc
+++ b/sync/test/engine/syncer_command_test.cc
@@ -31,7 +31,7 @@ syncable::Directory* SyncerCommandTest::directory() {
}
void SyncerCommandTest::SetUp() {
- dir_maker_.SetUp();
+ dir_maker_.SetUp(NULL);
SyncerCommandTestBase::SetUp();
}

Powered by Google App Engine
This is Rietveld 408576698