Index: content/browser/indexed_db/indexed_db_factory.cc |
diff --git a/content/browser/indexed_db/indexed_db_factory.cc b/content/browser/indexed_db/indexed_db_factory.cc |
index 730c2e741412989117c19d9e0a1dd0502b2b92c3..b000add3a8474d7140c49a3ec0b336f0b2da2a9e 100644 |
--- a/content/browser/indexed_db/indexed_db_factory.cc |
+++ b/content/browser/indexed_db/indexed_db_factory.cc |
@@ -158,7 +158,7 @@ void IndexedDBFactory::Open( |
int64 version, |
int64 transaction_id, |
scoped_refptr<IndexedDBCallbacksWrapper> callbacks, |
- scoped_refptr<IndexedDBDatabaseCallbacksWrapper> database_callbacks, |
+ scoped_refptr<IndexedDBDatabaseCallbacks> database_callbacks, |
const string16& database_identifier, |
const base::FilePath& data_directory) { |
IDB_TRACE("IndexedDBFactory::Open"); |