| Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| index 2f49faaa16b4d6275b3ef120c409418c3d4b85b6..112ad958de08243b8166d8ff6c79715f69c07344 100644
|
| --- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
| @@ -60,9 +60,10 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| virtual void SetUp() OVERRIDE {
|
| ASSERT_TRUE(dir_.CreateUniqueTempDir());
|
| file_system_.SetUp();
|
| - sync_context_ =
|
| - new LocalFileSyncContext(base::MessageLoopProxy::current().get(),
|
| - base::MessageLoopProxy::current().get());
|
| + sync_context_ = new LocalFileSyncContext(
|
| + dir_.path(),
|
| + base::MessageLoopProxy::current().get(),
|
| + base::MessageLoopProxy::current().get());
|
| ASSERT_EQ(
|
| SYNC_STATUS_OK,
|
| file_system_.MaybeInitializeFileSystemContext(sync_context_.get()));
|
|
|