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

Unified Diff: content/public/browser/color_chooser.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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/public/browser/child_process_data.h ('k') | content/public/test/test_file_error_injector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/color_chooser.h
diff --git a/content/public/browser/color_chooser.h b/content/public/browser/color_chooser.h
index c8cd2b04357cba942a83ff8de83490e9288ac5e0..ff13448cfa58e5c0157b758ee2ca0fd8ec8a6780 100644
--- a/content/public/browser/color_chooser.h
+++ b/content/public/browser/color_chooser.h
@@ -17,7 +17,7 @@ class ColorChooser {
static ColorChooser* Create(int identifier,
WebContents* web_contents,
SkColor initial_color);
- ColorChooser(int identifier) : identifier_(identifier) {}
+ explicit ColorChooser(int identifier) : identifier_(identifier) {}
virtual ~ColorChooser() {}
// Returns a unique identifier for this chooser. Identifiers are unique
« no previous file with comments | « content/public/browser/child_process_data.h ('k') | content/public/test/test_file_error_injector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698