| 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);
|
| };
|
|
|