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

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

Issue 312093003: Typo fix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_backing_store.cc
diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc
index 6e943a52ad03b0c2ce88218ae1606f79cd5d6ee4..991c1c37f3de797e711c2b9efbb7e518f705c9d0 100644
--- a/content/browser/indexed_db/indexed_db_backing_store.cc
+++ b/content/browser/indexed_db/indexed_db_backing_store.cc
@@ -2230,9 +2230,9 @@ class LocalWriteClosure : public FileWriterDelegate::DelegateWriteCallback,
public base::RefCounted<LocalWriteClosure> {
public:
LocalWriteClosure(IndexedDBBackingStore::Transaction::ChainedBlobWriter*
- chained_blob_writer_,
+ chained_blob_writer,
base::TaskRunner* task_runner)
- : chained_blob_writer_(chained_blob_writer_),
+ : chained_blob_writer_(chained_blob_writer),
task_runner_(task_runner),
bytes_written_(-1) {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698