| 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 7a41f8ad0ab8d62f3d0f2d69330abf77845ecba8..7f5af417c2edebfb76397187da71eeede3ac20d9 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
|
| @@ -59,9 +59,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()));
|
|
|