| Index: content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| diff --git a/content/browser/fileapi/local_file_stream_reader_unittest.cc b/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| index be015f711985fa8d2bc19437449a7b3d943f1d9d..3b63001d6fb610d6c6229ccb9535af00f7e8873c 100644
|
| --- a/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| +++ b/content/browser/fileapi/local_file_stream_reader_unittest.cc
|
| @@ -119,7 +119,7 @@ class LocalFileStreamReaderTest : public testing::Test {
|
| void EnsureFileTaskFinished() {
|
| file_task_runner()->PostTaskAndReply(
|
| FROM_HERE, base::Bind(&EmptyCallback), base::Bind(&QuitLoop));
|
| - base::MessageLoop::current()->Run();
|
| + base::RunLoop().Run();
|
| }
|
|
|
| private:
|
|
|