| Index: chrome/browser/ui/views/frame/browser_bubble_host.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_bubble_host.h b/chrome/browser/ui/views/frame/browser_bubble_host.h
|
| index 990f39e7ac29eb2c750b3bb2b4df37ffe1535dff..139befb9a39fd2872bf7a76cab6c198458a9ec1f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_bubble_host.h
|
| +++ b/chrome/browser/ui/views/frame/browser_bubble_host.h
|
| @@ -17,7 +17,8 @@ class BrowserBubble;
|
| // close events.
|
| class BrowserBubbleHost {
|
| public:
|
| - BrowserBubbleHost() {}
|
| + BrowserBubbleHost();
|
| + ~BrowserBubbleHost();
|
|
|
| // Invoked when the window containing the attached browser-bubbles is moved.
|
| // Calls BrowserBubble::BrowserWindowMoved on all attached bubbles.
|
|
|