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

Unified Diff: chrome/browser/sync/backend_migrator_unittest.cc

Issue 7477004: Simulate transient error and verify exponential backoff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing a typo. Created 9 years, 5 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: chrome/browser/sync/backend_migrator_unittest.cc
diff --git a/chrome/browser/sync/backend_migrator_unittest.cc b/chrome/browser/sync/backend_migrator_unittest.cc
index bd9677bed82595e66b1f03fd27e3f42cc3579291..94983926a234e55f0929e13dc916010b71a8ff27 100644
--- a/chrome/browser/sync/backend_migrator_unittest.cc
+++ b/chrome/browser/sync/backend_migrator_unittest.cc
@@ -54,7 +54,8 @@ class BackendMigratorTest : public testing::Test {
snap_.reset(new SyncSessionSnapshot(SyncerStatus(), ErrorCounters(),
0, false, syncable::ModelTypeBitSet(), download_progress_markers,
- false, false, 0, 0, 0, false, sessions::SyncSourceInfo(), 0));
+ false, false, 0, 0, 0, false, sessions::SyncSourceInfo(), 0,
+ base::Time::Now()));
EXPECT_CALL(service_, GetLastSessionSnapshot())
.WillOnce(Return(snap_.get()));
}

Powered by Google App Engine
This is Rietveld 408576698