| Index: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| index 88ece6fa841aa66ac7c00023b81e1adf64737574..da02893d6093ab49b109b092dd92c06f5caf3adf 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| @@ -16,7 +16,7 @@
|
|
|
| class KeywordHintDecoration : public LocationBarDecoration {
|
| public:
|
| - KeywordHintDecoration(NSFont* font);
|
| + explicit KeywordHintDecoration(NSFont* font);
|
| virtual ~KeywordHintDecoration();
|
|
|
| // Calculates the message to display and where to place the [tab]
|
|
|