| Index: content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| diff --git a/content/common/indexed_db/proxy_webidbdatabase_impl.h b/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| index 0220d821b7f9804412c475c0faf38c2c04c9989b..06834c7dc63e34c5df27a6d3b2edde5c35a5d313 100644
|
| --- a/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| +++ b/content/common/indexed_db/proxy_webidbdatabase_impl.h
|
| @@ -12,7 +12,6 @@ namespace WebKit {
|
| class WebIDBCallbacks;
|
| class WebIDBDatabaseCallbacks;
|
| class WebString;
|
| -class WebIDBTransaction;
|
| }
|
|
|
| namespace content {
|
| @@ -23,7 +22,6 @@ class RendererWebIDBDatabaseImpl : public WebKit::WebIDBDatabase {
|
| virtual ~RendererWebIDBDatabaseImpl();
|
|
|
| // WebKit::WebIDBDatabase
|
| - virtual WebKit::WebIDBMetadata metadata() const;
|
| virtual void createObjectStore(
|
| long long transaction_id,
|
| long long objectstore_id,
|
|
|