| 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 9d477c911d5e5b02e5126c4d581c6429bb571b31..2391dcc1a9136a514f4814bc229a8ad67b28119c 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
|
| @@ -132,7 +132,7 @@ class SyncableFileOperationRunnerTest : public testing::Test {
|
| SCOPED_TRACE(testing::Message() << location.ToString());
|
| EXPECT_EQ(expect, status);
|
| ++callback_count_;
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| bool CreateTempFile(base::FilePath* path) {
|
|
|