| 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 234c2543a5851b08a73446be05aa06fdd60b48cf..55e09be5fe4c134746a2a751e81f0f84a4d5db0d 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h
|
| @@ -19,7 +19,7 @@ class BubbleDecoration : public LocationBarDecoration {
|
| public:
|
| // |font| will be used when drawing the label, and cannot be |nil|.
|
| BubbleDecoration(NSFont* font);
|
| - ~BubbleDecoration();
|
| + virtual ~BubbleDecoration();
|
|
|
| // Setup the drawing parameters.
|
| NSImage* GetImage();
|
|
|