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

Unified Diff: content/child/web_database_observer_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
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/child/web_database_observer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_database_observer_impl.h
diff --git a/content/child/web_database_observer_impl.h b/content/child/web_database_observer_impl.h
index ed85b9213b5b9fcfcbbf105f1b7d9fd26475406a..13030d27d10d82d96b18e4a89b3659cfb8f600a1 100644
--- a/content/child/web_database_observer_impl.h
+++ b/content/child/web_database_observer_impl.h
@@ -67,7 +67,7 @@ class WebDatabaseObserverImpl : public blink::WebDatabaseObserver {
int error);
scoped_refptr<IPC::SyncMessageFilter> sender_;
- scoped_refptr<webkit_database::DatabaseConnectionsWrapper> open_connections_;
+ scoped_refptr<storage::DatabaseConnectionsWrapper> open_connections_;
DISALLOW_COPY_AND_ASSIGN(WebDatabaseObserverImpl);
};
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | content/child/web_database_observer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698