| Index: chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| index bd3d32a699137e86f100323df5a736f54b6ff018..f0ff61e56a33b67c32407fc40b7e61b3acb8fb02 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| @@ -14,7 +14,7 @@
|
|
|
| class SelectedKeywordDecoration : public BubbleDecoration {
|
| public:
|
| - SelectedKeywordDecoration(NSFont* font);
|
| + explicit SelectedKeywordDecoration(NSFont* font);
|
| virtual ~SelectedKeywordDecoration();
|
|
|
| // Calculates appropriate full and partial label strings based on
|
|
|