Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1435)

Unified Diff: content/browser/indexed_db/indexed_db_database.h

Issue 15724006: Migrate IDBDatabaseBackendTest from blink to chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix exports for WebIDBDatabase too Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698