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

Unified Diff: chrome/browser/ui/views/panels/panel_view.h

Issue 1708343002: Add ScopedKeepAlive to c/b/lifetime (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove KeepAliveOrigin::TEST Created 4 years, 10 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
« no previous file with comments | « chrome/browser/ui/views/auto_keep_alive.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ui/views/auto_keep_alive.cc ('k') | chrome/browser/ui/views/panels/panel_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698