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

Unified Diff: chrome/browser/sync_file_system/local/syncable_file_system_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/local/syncable_file_system_unittest.cc
diff --git a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
index 3d8e94bf57b7fe21168eb58c1374717d8f44b85e..3e7333e76d7dd9ddaa5718004e4a98d35a1f03cb 100644
--- a/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
+++ b/chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc
@@ -41,7 +41,8 @@ class SyncableFileSystemTest : public testing::Test {
file_system_.SetUp();
sync_context_ =
- new LocalFileSyncContext(base::MessageLoopProxy::current().get(),
+ new LocalFileSyncContext(base::FilePath(),
tzik 2013/09/17 07:48:41 maybe, this needs another ScopedTempDir.
kinuko 2013/09/17 11:04:43 Done.
+ base::MessageLoopProxy::current().get(),
base::MessageLoopProxy::current().get());
ASSERT_EQ(
sync_file_system::SYNC_STATUS_OK,

Powered by Google App Engine
This is Rietveld 408576698