| Index: chrome/browser/ui/views/panels/panel_view.h
|
| diff --git a/chrome/browser/ui/views/panels/panel_view.h b/chrome/browser/ui/views/panels/panel_view.h
|
| index e0cf85cb134476705f2bbb53ba5cfb1b8b451774..2b584ce67a287ff96a8c71649a579c50d971528f 100644
|
| --- a/chrome/browser/ui/views/panels/panel_view.h
|
| +++ b/chrome/browser/ui/views/panels/panel_view.h
|
| @@ -17,7 +17,7 @@
|
| #include "ui/base/win/hwnd_subclass.h"
|
| #endif
|
|
|
| -class AutoKeepAlive;
|
| +class ScopedKeepAlive;
|
| class Panel;
|
| class PanelBoundsAnimation;
|
| class PanelFrameView;
|
| @@ -240,7 +240,7 @@ class PanelView : public NativePanel,
|
| // be restored properly when a drag ends.
|
| views::View* old_focused_view_;
|
|
|
| - scoped_ptr<AutoKeepAlive> keep_alive_;
|
| + scoped_ptr<ScopedKeepAlive> keep_alive_;
|
|
|
| #if defined(OS_WIN)
|
| // Used to provide custom taskbar thumbnail for Windows 7 and later.
|
|
|