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

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

Issue 405433007: IndexedDB: Fix coding style issues c/o cpplint.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/browser/indexed_db/leveldb/leveldb_transaction.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc
diff --git a/content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc b/content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc
index 3a957c25b870f9b546957d7630dff237deced165..703d401ea2e748165acf324683d9523118bfc453 100644
--- a/content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc
+++ b/content/browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc
@@ -101,7 +101,7 @@ class LevelDBTraceTansaction : public LevelDBTransaction {
private:
virtual ~LevelDBTraceTansaction() {}
- const static std::string s_class_name;
+ static const std::string s_class_name;
FunctionTracer commit_tracer_;
FunctionTracer get_tracer_;
@@ -152,7 +152,7 @@ class LevelDBTraceIteratorImpl : public LevelDBIteratorImpl {
return LevelDBIteratorImpl::Value();
}
- const static std::string s_class_name;
+ static const std::string s_class_name;
mutable FunctionTracer is_valid_tracer_;
mutable FunctionTracer seek_to_last_tracer_;
« no previous file with comments | « content/browser/indexed_db/leveldb/leveldb_transaction.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698