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

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

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.h
diff --git a/content/browser/indexed_db/indexed_db_index_writer.h b/content/browser/indexed_db/indexed_db_index_writer.h
index 424b7c1a9c093fc5999ce6248c089c64170cc529..aeadea58a589fc309176d297f08da50a903c1f1e 100644
--- a/content/browser/indexed_db/indexed_db_index_writer.h
+++ b/content/browser/indexed_db/indexed_db_index_writer.h
@@ -59,7 +59,7 @@ class IndexWriter {
};
bool MakeIndexWriters(
- scoped_refptr<IndexedDBTransaction> transaction,
+ IndexedDBTransaction* transaction,
IndexedDBBackingStore* store,
int64 database_id,
const IndexedDBObjectStoreMetadata& metadata,
« no previous file with comments | « content/browser/fileapi/fileapi_message_filter.h ('k') | content/browser/indexed_db/indexed_db_index_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698