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

Unified Diff: chrome/browser/ui/search_engines/template_url_table_model.cc

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
Index: chrome/browser/ui/search_engines/template_url_table_model.cc
diff --git a/chrome/browser/ui/search_engines/template_url_table_model.cc b/chrome/browser/ui/search_engines/template_url_table_model.cc
index 6690a16ab39ba908276d41efe386c636343f43bb..df098cd974066b7030a5acb171f213a974ff7df3 100644
--- a/chrome/browser/ui/search_engines/template_url_table_model.cc
+++ b/chrome/browser/ui/search_engines/template_url_table_model.cc
@@ -34,8 +34,7 @@ static SkBitmap* default_icon = NULL;
class ModelEntry {
public:
- explicit ModelEntry(TemplateURLTableModel* model,
- const TemplateURL& template_url)
+ ModelEntry(TemplateURLTableModel* model, const TemplateURL& template_url)
: template_url_(template_url),
load_state_(NOT_LOADED),
model_(model) {

Powered by Google App Engine
This is Rietveld 408576698