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

Unified Diff: sync/engine/sync_scheduler_whitebox_unittest.cc

Issue 10520010: Not for review: Support sync init with missing or corrupt store (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Documentation Created 8 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
Index: sync/engine/sync_scheduler_whitebox_unittest.cc
diff --git a/sync/engine/sync_scheduler_whitebox_unittest.cc b/sync/engine/sync_scheduler_whitebox_unittest.cc
index dacc260aa71d2bc03e6c233a9935af399d7af02f..6c336228e37b18963bcb21de8933f8d18132a875 100644
--- a/sync/engine/sync_scheduler_whitebox_unittest.cc
+++ b/sync/engine/sync_scheduler_whitebox_unittest.cc
@@ -47,7 +47,7 @@ class SyncSchedulerWhiteboxTest : public testing::Test {
context_.reset(
new SyncSessionContext(
connection_.get(), dir_maker_.directory(),
- routes, workers, &extensions_activity_monitor_,
+ workers, &extensions_activity_monitor_,
std::vector<SyncEngineEventListener*>(), NULL, NULL));
context_->set_notifications_enabled(true);
context_->set_account_name("Test");

Powered by Google App Engine
This is Rietveld 408576698