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

Unified Diff: sync/engine/syncer_proto_util_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/engine/syncer_proto_util_unittest.cc
diff --git a/sync/engine/syncer_proto_util_unittest.cc b/sync/engine/syncer_proto_util_unittest.cc
index 01a8b9d88e249bf3c8cbb79970954a242a8592d9..37a55c2a66c19aae349f780e9f41863a12b76320 100644
--- a/sync/engine/syncer_proto_util_unittest.cc
+++ b/sync/engine/syncer_proto_util_unittest.cc
@@ -187,7 +187,7 @@ TEST(SyncerProtoUtil, NameExtractionTwoNames) {
class SyncerProtoUtilTest : public testing::Test {
public:
virtual void SetUp() {
- dir_maker_.SetUp();
+ dir_maker_.SetUp(NULL);
}
virtual void TearDown() {

Powered by Google App Engine
This is Rietveld 408576698