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

Unified Diff: extensions/shell/browser/shell_special_storage_policy.h

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 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
« no previous file with comments | « extensions/shell/browser/shell_browser_context.cc ('k') | webkit/browser/blob/blob_data_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_special_storage_policy.h
diff --git a/extensions/shell/browser/shell_special_storage_policy.h b/extensions/shell/browser/shell_special_storage_policy.h
index d2725d591388ee445db64823c906be14be38a7b2..202b1a98c876bd6c45b427759db2a075c7187d04 100644
--- a/extensions/shell/browser/shell_special_storage_policy.h
+++ b/extensions/shell/browser/shell_special_storage_policy.h
@@ -11,11 +11,11 @@ namespace extensions {
// A simple storage policy for app_shell which does not limit storage
// capabilities and aims to be as permissive as possible.
-class ShellSpecialStoragePolicy : public quota::SpecialStoragePolicy {
+class ShellSpecialStoragePolicy : public storage::SpecialStoragePolicy {
public:
ShellSpecialStoragePolicy();
- // quota::SpecialStoragePolicy implementation.
+ // storage::SpecialStoragePolicy implementation.
virtual bool IsStorageProtected(const GURL& origin) OVERRIDE;
virtual bool IsStorageUnlimited(const GURL& origin) OVERRIDE;
virtual bool IsStorageSessionOnly(const GURL& origin) OVERRIDE;
« no previous file with comments | « extensions/shell/browser/shell_browser_context.cc ('k') | webkit/browser/blob/blob_data_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698