| Index: content/browser/indexed_db/indexed_db_database.h
|
| diff --git a/content/browser/indexed_db/indexed_db_database.h b/content/browser/indexed_db/indexed_db_database.h
|
| index 880e8807f3f1c0a3a6b24cc3f6d26ec0a2f57370..c013438a8253f1ee313807a651e972e681f02b31 100644
|
| --- a/content/browser/indexed_db/indexed_db_database.h
|
| +++ b/content/browser/indexed_db/indexed_db_database.h
|
| @@ -102,7 +102,7 @@ class IndexedDBDatabase : public base::RefCounted<IndexedDBDatabase> {
|
| int64 transaction_id,
|
| int64 object_store_id,
|
| int64 index_id,
|
| - scoped_ptr<IndexedDBKeyRange> key_Range,
|
| + scoped_ptr<IndexedDBKeyRange> key_range,
|
| indexed_db::CursorDirection direction,
|
| bool key_only,
|
| TaskType task_type,
|
|
|