Index: content/browser/indexed_db/indexed_db_cursor.cc |
diff --git a/content/browser/indexed_db/indexed_db_cursor.cc b/content/browser/indexed_db/indexed_db_cursor.cc |
index 7715a998a75cc1b3c8ca5af47cf944c03f977dca..b1798bc2dab45040831f371ee39e502a7406e5b5 100644 |
--- a/content/browser/indexed_db/indexed_db_cursor.cc |
+++ b/content/browser/indexed_db/indexed_db_cursor.cc |
@@ -19,7 +19,7 @@ namespace content { |
IndexedDBCursor::IndexedDBCursor( |
scoped_ptr<IndexedDBBackingStore::Cursor> cursor, |
indexed_db::CursorType cursor_type, |
- IndexedDBDatabase::TaskType task_type, |
+ blink::WebIDBTaskType task_type, |
IndexedDBTransaction* transaction) |
: task_type_(task_type), |
cursor_type_(cursor_type), |