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

Unified Diff: chrome/browser/sync/engine/download_updates_command_unittest.cc

Issue 2865022: sync: add CleanupDisabledTypesCommand to purge data pertaining to previously... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: chrome/browser/sync/engine/download_updates_command_unittest.cc
===================================================================
--- chrome/browser/sync/engine/download_updates_command_unittest.cc (revision 51231)
+++ chrome/browser/sync/engine/download_updates_command_unittest.cc (working copy)
@@ -88,7 +88,7 @@
}
TEST_F(DownloadUpdatesCommandTest, OldestTimestampPicked) {
- syncable::ScopedDirLookup dir(syncdb().manager(), syncdb().name());
+ syncable::ScopedDirLookup dir(syncdb()->manager(), syncdb()->name());
ASSERT_TRUE(dir.good());
// i,j,k range over every possible model type. j and k are enabled and at

Powered by Google App Engine
This is Rietveld 408576698