Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1534)

Unified Diff: content/public/test/sandbox_file_system_test_helper.cc

Issue 549413003: [ew] Move operation observers from QuotaUtil to FileSystemBackend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « chrome/browser/sync_file_system/local/sync_file_system_backend.cc ('k') | content/public/test/test_file_system_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698