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

Unified Diff: chrome/browser/ui/cocoa/location_bar/bubble_decoration.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
Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
index e5476f3c57777d0b4a31f478eabbc972e3141037..c2f287ea908e75fd77ebad2eaa301089ae13bc3a 100644
--- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
@@ -17,7 +17,7 @@
class BubbleDecoration : public LocationBarDecoration {
public:
// |font| will be used when drawing the label, and cannot be |nil|.
- BubbleDecoration(NSFont* font);
+ explicit BubbleDecoration(NSFont* font);
virtual ~BubbleDecoration();
// Setup the drawing parameters.

Powered by Google App Engine
This is Rietveld 408576698