| Index: content/public/test/sandbox_file_system_test_helper.cc
|
| diff --git a/content/public/test/sandbox_file_system_test_helper.cc b/content/public/test/sandbox_file_system_test_helper.cc
|
| index 143f933a2a866919acb6391cfb602f1c9e3c9a91..55646c34a875387380748472fc4d0735ecea6ecb 100644
|
| --- a/content/public/test/sandbox_file_system_test_helper.cc
|
| +++ b/content/public/test/sandbox_file_system_test_helper.cc
|
| @@ -132,8 +132,8 @@ SandboxFileSystemTestHelper::NewOperationContext() {
|
|
|
| void SandboxFileSystemTestHelper::AddFileChangeObserver(
|
| storage::FileChangeObserver* observer) {
|
| - file_system_context_->sandbox_backend()->GetQuotaUtil()->
|
| - AddFileChangeObserver(type_, observer, NULL);
|
| + file_system_context_->sandbox_delegate()->AddFileChangeObserver(
|
| + type_, observer, NULL);
|
| }
|
|
|
| storage::FileSystemUsageCache* SandboxFileSystemTestHelper::usage_cache() {
|
|
|