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. |