Index: webkit/fileapi/file_system_context_unittest.cc |
diff --git a/webkit/fileapi/file_system_context_unittest.cc b/webkit/fileapi/file_system_context_unittest.cc |
index 69133156b11e3684c701a813dbff05230e43bb6e..2992dfb9006b05a7d2b7feb983329cd29870432f 100644 |
--- a/webkit/fileapi/file_system_context_unittest.cc |
+++ b/webkit/fileapi/file_system_context_unittest.cc |
@@ -43,8 +43,8 @@ scoped_refptr<FileSystemContext> NewFileSystemContext( |
bool allow_file_access, |
bool unlimited_quota, |
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy) { |
- return new FileSystemContext(base::MessageLoopProxy::CreateForCurrentThread(), |
- base::MessageLoopProxy::CreateForCurrentThread(), |
+ return new FileSystemContext(base::MessageLoopProxy::current(), |
+ base::MessageLoopProxy::current(), |
special_storage_policy, |
NULL /* quota manager */, |
FilePath(), false /* is_incognito */, |