diff options
Diffstat (limited to 'content/browser/indexed_db/indexed_db_context_impl.h')
-rw-r--r-- | content/browser/indexed_db/indexed_db_context_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h index 846b2b1..48c9e07 100644 --- a/content/browser/indexed_db/indexed_db_context_impl.h +++ b/content/browser/indexed_db/indexed_db_context_impl.h @@ -66,8 +66,8 @@ class CONTENT_EXPORT IndexedDBContextImpl OVERRIDE; // Methods called by IndexedDBDispatcherHost for quota support. - void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase* db); - void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase* db); + void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase*); + void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase*); void TransactionComplete(const GURL& origin_url); bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes); bool IsOverQuota(const GURL& origin_url); |