| 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;
|
|
|