Index: webkit/fileapi/file_system_test_helper.cc |
diff --git a/webkit/fileapi/file_system_test_helper.cc b/webkit/fileapi/file_system_test_helper.cc |
index b036a2e3d2548804880f82dfd6613aaa9e123a10..554b035da03377347a39ce5ed9017bcb029f7195 100644 |
--- a/webkit/fileapi/file_system_test_helper.cc |
+++ b/webkit/fileapi/file_system_test_helper.cc |
@@ -175,8 +175,7 @@ FileSystemOperation* FileSystemTestOriginHelper::NewOperation() { |
DCHECK(file_system_context_.get()); |
DCHECK(file_util_); |
FileSystemOperation* operation = |
- new FileSystemOperation(base::MessageLoopProxy::current(), |
- file_system_context_.get()); |
+ new FileSystemOperation(file_system_context_.get()); |
operation->set_override_file_util(file_util_); |
return operation; |
} |