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

Unified Diff: chrome/browser/ui/views/notifications/balloon_view.h

Issue 8021009: Consolidate message observer API for win and aura (and touch). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 3 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/notifications/balloon_view.h
diff --git a/chrome/browser/ui/views/notifications/balloon_view.h b/chrome/browser/ui/views/notifications/balloon_view.h
index be1195eb2a0d7bec139659b0b1a1a983a43fd821..a06932c75baa7cf41408eb313d018ab7064c27c2 100644
--- a/chrome/browser/ui/views/notifications/balloon_view.h
+++ b/chrome/browser/ui/views/notifications/balloon_view.h
@@ -52,7 +52,7 @@ class BalloonViewImpl : public BalloonView,
public ui::AnimationDelegate {
public:
explicit BalloonViewImpl(BalloonCollection* collection);
- ~BalloonViewImpl();
+ virtual ~BalloonViewImpl();
// BalloonView interface.
virtual void Show(Balloon* balloon) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698