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

Unified Diff: android_webview/native/aw_quota_manager_bridge_impl.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: 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);
« no previous file with comments | « android_webview/browser/aw_quota_permission_context.cc ('k') | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698