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

Unified Diff: content/browser/indexed_db/indexed_db_index_writer.cc

Issue 229473002: A handful of nits found while working on blobs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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_index_writer.cc
diff --git a/content/browser/indexed_db/indexed_db_index_writer.cc b/content/browser/indexed_db/indexed_db_index_writer.cc
index 41ae752d7b50cbccf54b38cfe3adc67880f29ea4..0f5a25419ab7ed8686fbff9b289e9b9d97553871 100644
--- a/content/browser/indexed_db/indexed_db_index_writer.cc
+++ b/content/browser/indexed_db/indexed_db_index_writer.cc
@@ -119,7 +119,7 @@ bool IndexWriter::AddingKeyAllowed(
}
bool MakeIndexWriters(
- scoped_refptr<IndexedDBTransaction> transaction,
+ IndexedDBTransaction* transaction,
IndexedDBBackingStore* backing_store,
int64 database_id,
const IndexedDBObjectStoreMetadata& object_store,
« no previous file with comments | « content/browser/indexed_db/indexed_db_index_writer.h ('k') | content/browser/indexed_db/indexed_db_leveldb_coding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698