Index: content/browser/indexed_db/indexed_db_context_impl.h |
diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h |
index 48c9e0785eda453df9d30cf66df3c14249969adf..846b2b183483007c4794502309cd160d0f56d327 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*); |
- void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase*); |
+ void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase* db); |
+ void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase* db); |
void TransactionComplete(const GURL& origin_url); |
bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes); |
bool IsOverQuota(const GURL& origin_url); |