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

Unified Diff: chrome/browser/webdata/web_database_table.h

Issue 7477008: Remove explicit keyword from multi-argument constructors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_database_table.h
diff --git a/chrome/browser/webdata/web_database_table.h b/chrome/browser/webdata/web_database_table.h
index feb60fdfa276933fbe615e4f52e06fead311b534..bfcaaf32901221073f3580704f8faf5328d07105 100644
--- a/chrome/browser/webdata/web_database_table.h
+++ b/chrome/browser/webdata/web_database_table.h
@@ -14,7 +14,7 @@
// Each table should subclass this, adding type-specific methods as needed.
class WebDatabaseTable {
protected:
- explicit WebDatabaseTable(sql::Connection* db, sql::MetaTable* meta_table)
+ WebDatabaseTable(sql::Connection* db, sql::MetaTable* meta_table)
: db_(db), meta_table_(meta_table) {}
virtual ~WebDatabaseTable();
« no previous file with comments | « chrome/browser/upgrade_detector_impl.cc ('k') | chrome/common/json_pref_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698