| Index: webkit/fileapi/file_system_path_manager_unittest.cc
|
| diff --git a/webkit/fileapi/file_system_path_manager_unittest.cc b/webkit/fileapi/file_system_path_manager_unittest.cc
|
| index 122487e6967b47101c7a6306a8fbf840f5279e75..008c077aed6829c1599b1718c2d291e3be938ffc 100644
|
| --- a/webkit/fileapi/file_system_path_manager_unittest.cc
|
| +++ b/webkit/fileapi/file_system_path_manager_unittest.cc
|
| @@ -240,7 +240,7 @@ class FileSystemPathManagerTest : public testing::Test {
|
| bool incognito,
|
| bool allow_file_access) {
|
| FileSystemPathManager* manager = new FileSystemPathManager(
|
| - base::MessageLoopProxy::CreateForCurrentThread(),
|
| + base::MessageLoopProxy::current(),
|
| data_dir_.path(),
|
| scoped_refptr<quota::SpecialStoragePolicy>(
|
| new TestSpecialStoragePolicy()),
|
|
|