| Index: webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc b/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| index 449e9fecd3d062a579cb3b8a341da6f6e9b5821e..80ec4fb5ce795e675ca77423f1fb99fd8a192a04 100644
|
| --- a/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| +++ b/webkit/browser/fileapi/sandbox_file_system_backend_unittest.cc
|
| @@ -93,7 +93,10 @@ class SandboxFileSystemBackendTest : public testing::Test {
|
| }
|
|
|
| void SetUpNewBackend(const FileSystemOptions& options) {
|
| - backend_.reset(new SandboxFileSystemBackend(context_.get(), options));
|
| + backend_.reset(new SandboxFileSystemBackend(
|
| + context_.get(),
|
| + base::MessageLoopProxy::current().get(),
|
| + options));
|
| }
|
|
|
| SandboxFileSystemBackend::OriginEnumerator* CreateOriginEnumerator() const {
|
|
|