| 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 f64f354fc9c9067a3e33219a69d0643743726859..51cedf4b156e85f572a6121ed3d7c98c3525b3ef 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h
|
| @@ -16,6 +16,7 @@
|
| class SelectedKeywordDecoration : public BubbleDecoration {
|
| public:
|
| SelectedKeywordDecoration(NSFont* font);
|
| + virtual ~SelectedKeywordDecoration();
|
|
|
| // Calculates appropriate full and partial label strings based on
|
| // inputs.
|
|
|