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

Unified Diff: chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc

Issue 23578026: Use SNAPSHOT sync mode for LocalSync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adding shared locking for sync+sync conflict Created 7 years, 3 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_file_system/syncable_file_system_util_unittest.cc
diff --git a/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc b/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
index 583bfe86c46dd8d5278d714a1def3e739605ad68..42ce93d2c9f50db92b98ea43792789d43a5e4957 100644
--- a/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
+++ b/chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
@@ -124,7 +124,8 @@ TEST(SyncableFileSystemUtilTest, SerializeBeforeOpenFileSystem) {
base::MessageLoopProxy::current().get());
file_system.SetUp();
scoped_refptr<LocalFileSyncContext> sync_context =
- new LocalFileSyncContext(base::MessageLoopProxy::current().get(),
+ new LocalFileSyncContext(base::FilePath(),
tzik 2013/09/17 07:48:41 ditto
kinuko 2013/09/17 11:04:43 Done.
+ base::MessageLoopProxy::current().get(),
base::MessageLoopProxy::current().get());
// Before calling initialization we would not be able to get a valid

Powered by Google App Engine
This is Rietveld 408576698