| Index: chrome/browser/ui/views/frame/browser_frame_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_frame_ash.h b/chrome/browser/ui/views/frame/browser_frame_ash.h
|
| index c4bcc31f954e648fcbff48c57c7fbf5588080a91..b9837334fc2907edf701b82680544628863ea45a 100644
|
| --- a/chrome/browser/ui/views/frame/browser_frame_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_frame_ash.h
|
| @@ -40,11 +40,11 @@ class BrowserFrameAsh : public views::NativeWidgetAura,
|
| virtual int GetMinimizeButtonOffset() const OVERRIDE;
|
| virtual void TabStripDisplayModeChanged() OVERRIDE;
|
|
|
| + virtual ~BrowserFrameAsh();
|
| +
|
| private:
|
| class WindowPropertyWatcher;
|
|
|
| - virtual ~BrowserFrameAsh();
|
| -
|
| // Set the window into the auto managed mode.
|
| void SetWindowAutoManaged();
|
|
|
|
|