Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3474)

Unified Diff: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h

Issue 6546073: More OOLing on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Yeap Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « chrome/browser/ui/cocoa/find_bar/find_bar_bridge.mm ('k') | chrome/browser/ui/cocoa/location_bar/location_bar_decoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698