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

Unified Diff: chrome/browser/ui/views/theme_install_bubble_view.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/views/theme_install_bubble_view.h
diff --git a/chrome/browser/ui/views/theme_install_bubble_view.h b/chrome/browser/ui/views/theme_install_bubble_view.h
index 450d4cf55146d7c01eeda7d5280be4ba5b7ad6a3..b363073feadba63272e34ea0aa9afe6d97ba8228 100644
--- a/chrome/browser/ui/views/theme_install_bubble_view.h
+++ b/chrome/browser/ui/views/theme_install_bubble_view.h
@@ -34,7 +34,7 @@ class Widget;
class ThemeInstallBubbleView : public NotificationObserver,
public views::Label {
public:
- ~ThemeInstallBubbleView();
+ virtual ~ThemeInstallBubbleView();
// NotificationObserver
virtual void Observe(NotificationType type,
@@ -51,7 +51,7 @@ class ThemeInstallBubbleView : public NotificationObserver,
void Reposition();
// Inherited from views.
- gfx::Size GetPreferredSize();
+ virtual gfx::Size GetPreferredSize();
// Shut down the popup and remove our notifications.
void Close();

Powered by Google App Engine
This is Rietveld 408576698