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_ |