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

Unified Diff: webkit/browser/quota/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
Index: webkit/browser/quota/special_storage_policy.h
diff --git a/webkit/browser/quota/special_storage_policy.h b/webkit/browser/quota/special_storage_policy.h
index c8beb449645424e0d68c6324e015a8c8110981f0..83e5052e64fce6f781fff4e792c526aa6df679bc 100644
--- a/webkit/browser/quota/special_storage_policy.h
+++ b/webkit/browser/quota/special_storage_policy.h
@@ -13,7 +13,7 @@
class GURL;
-namespace quota {
+namespace storage {
// Special rights are granted to 'extensions' and 'applications'. The
// storage subsystems query this interface to determine which origins
@@ -81,6 +81,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SpecialStoragePolicy
ObserverList<Observer> observers_;
};
-} // namespace quota
+} // namespace storage
#endif // WEBKIT_BROWSER_QUOTA_SPECIAL_STORAGE_POLICY_H_
« no previous file with comments | « webkit/browser/quota/quota_temporary_storage_evictor.cc ('k') | webkit/browser/quota/special_storage_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698