| Index: content/common/indexed_db/proxy_webidbfactory_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbfactory_impl.h b/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| index 23745dc45a78ba86abbece1324aa7a5a4e0bdcb7..07ec6946032f4b0e05abce3b2fe9cdc6834afafc 100644
|
| --- a/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbfactory_impl.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_COMMON_INDEXED_DB_PROXY_WEBIDBFACTORY_IMPL_H_
|
|
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h"
|
| +#include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBDatabaseCallbacks.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
|
|
|
| @@ -31,6 +32,7 @@ class RendererWebIDBFactoryImpl : public WebKit::WebIDBFactory {
|
| const WebKit::WebString& name,
|
| long long version,
|
| WebKit::WebIDBCallbacks* callbacks,
|
| + WebKit::WebIDBDatabaseCallbacks* databaseCallbacks,
|
| const WebKit::WebSecurityOrigin& origin,
|
| WebKit::WebFrame* web_frame,
|
| const WebKit::WebString& data_dir);
|
|
|