Index: android_webview/native/aw_quota_manager_bridge_impl.h |
diff --git a/android_webview/native/aw_quota_manager_bridge_impl.h b/android_webview/native/aw_quota_manager_bridge_impl.h |
index f6aacc36aba53a541624bbfbb800c0b824f67354..184f8c0175419b58d844a5881a6a0d6f1e461bd8 100644 |
--- a/android_webview/native/aw_quota_manager_bridge_impl.h |
+++ b/android_webview/native/aw_quota_manager_bridge_impl.h |
@@ -23,9 +23,9 @@ namespace content { |
class StoragePartition; |
} |
-namespace quota { |
+namespace storage { |
class QuotaManager; |
-} // namespace quota |
+} // namespace storage |
namespace android_webview { |
@@ -60,7 +60,7 @@ class AwQuotaManagerBridgeImpl : public AwQuotaManagerBridge { |
content::StoragePartition* GetStoragePartition() const; |
- quota::QuotaManager* GetQuotaManager() const; |
+ storage::QuotaManager* GetQuotaManager() const; |
void DeleteAllDataOnUiThread(); |
void DeleteOriginOnUiThread(const base::string16& origin); |