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

Unified Diff: chrome/browser/notifications/balloon.h

Issue 11143031: Attempt at fixing crash in balloon code. The current code does a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/notifications/balloon.h
diff --git a/chrome/browser/notifications/balloon.h b/chrome/browser/notifications/balloon.h
index 70fc30abb650b0fdb584bbfdff2d86a7034b4ed0..7f8a27c668db8986af21b2e7ad58125a71be1c01 100644
--- a/chrome/browser/notifications/balloon.h
+++ b/chrome/browser/notifications/balloon.h
@@ -22,7 +22,7 @@ class Profile;
// Interface for a view that displays a balloon.
class BalloonView {
public:
- virtual ~BalloonView() { }
+ virtual ~BalloonView() {}
// Show the view on the screen.
virtual void Show(Balloon* balloon) = 0;

Powered by Google App Engine
This is Rietveld 408576698