| Index: webkit/browser/fileapi/obfuscated_file_util_unittest.cc
|
| diff --git a/webkit/browser/fileapi/obfuscated_file_util_unittest.cc b/webkit/browser/fileapi/obfuscated_file_util_unittest.cc
|
| index 93a40155714ecce019fd1e16be56923db3f30bc5..acba0b52965f6716a7b1b32bf3750cb01fba5d99 100644
|
| --- a/webkit/browser/fileapi/obfuscated_file_util_unittest.cc
|
| +++ b/webkit/browser/fileapi/obfuscated_file_util_unittest.cc
|
| @@ -133,11 +133,12 @@ class ObfuscatedFileUtilTest : public testing::Test {
|
| scoped_refptr<quota::SpecialStoragePolicy> storage_policy =
|
| new quota::MockSpecialStoragePolicy();
|
|
|
| - quota_manager_ = new quota::QuotaManager(false /* is_incognito */,
|
| - data_dir_.path(),
|
| - base::MessageLoopProxy::current(),
|
| - base::MessageLoopProxy::current(),
|
| - storage_policy.get());
|
| + quota_manager_ =
|
| + new quota::QuotaManager(false /* is_incognito */,
|
| + data_dir_.path(),
|
| + base::MessageLoopProxy::current().get(),
|
| + base::MessageLoopProxy::current().get(),
|
| + storage_policy.get());
|
|
|
| // Every time we create a new sandbox_file_system helper,
|
| // it creates another context, which creates another path manager,
|
|
|