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

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

Issue 311263014: IndexedDB: Fix trivial cpplint.py errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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
Index: content/browser/indexed_db/indexed_db_fake_backing_store.h
diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.h b/content/browser/indexed_db/indexed_db_fake_backing_store.h
index 1529c9f0704c84d2df080c28224c8ef12ec8d362..fef28af3bd9466e7397d9f52c50a1062efb01ca6 100644
--- a/content/browser/indexed_db/indexed_db_fake_backing_store.h
+++ b/content/browser/indexed_db/indexed_db_fake_backing_store.h
@@ -135,7 +135,7 @@ class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
class FakeTransaction : public IndexedDBBackingStore::Transaction {
public:
- FakeTransaction(leveldb::Status phase_two_result);
+ explicit FakeTransaction(leveldb::Status phase_two_result);
virtual void Begin() OVERRIDE;
virtual leveldb::Status CommitPhaseOne(
scoped_refptr<BlobWriteCallback>) OVERRIDE;
« no previous file with comments | « content/browser/indexed_db/indexed_db_factory_unittest.cc ('k') | content/browser/indexed_db/indexed_db_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698