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

Unified Diff: webkit/browser/fileapi/file_system_quota_client.cc

Issue 18344013: fileapi: Rename FileSystemMountProvider to FileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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: webkit/browser/fileapi/file_system_quota_client.cc
diff --git a/webkit/browser/fileapi/file_system_quota_client.cc b/webkit/browser/fileapi/file_system_quota_client.cc
index 571a08d7395a0c9754848760dfeb0808cc4cf9c8..e622ba4aeaf688fd9cfbb8c0d8fdb1a7f189c34b 100644
--- a/webkit/browser/fileapi/file_system_quota_client.cc
+++ b/webkit/browser/fileapi/file_system_quota_client.cc
@@ -68,7 +68,7 @@ quota::QuotaStatusCode DeleteOriginOnFileThread(
FileSystemContext* context,
const GURL& origin,
FileSystemType type) {
- FileSystemMountPointProvider* provider = context->GetMountPointProvider(type);
+ FileSystemBackend* provider = context->GetMountPointProvider(type);
if (!provider || !provider->GetQuotaUtil())
return quota::kQuotaErrorNotSupported;
base::PlatformFileError result =

Powered by Google App Engine
This is Rietveld 408576698