diff options
Diffstat (limited to 'webkit/browser/fileapi/sandbox_file_system_test_helper.cc')
-rw-r--r-- | webkit/browser/fileapi/sandbox_file_system_test_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc b/webkit/browser/fileapi/sandbox_file_system_test_helper.cc index 97d7a5f..75c29e2 100644 --- a/webkit/browser/fileapi/sandbox_file_system_test_helper.cc +++ b/webkit/browser/fileapi/sandbox_file_system_test_helper.cc @@ -124,7 +124,7 @@ SandboxFileSystemTestHelper::NewOperationContext() { void SandboxFileSystemTestHelper::AddFileChangeObserver( FileChangeObserver* observer) { - file_system_context_->sandbox_backend()-> + file_system_context_->sandbox_backend()->GetQuotaUtil()-> AddFileChangeObserver(type_, observer, NULL); } |