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

Unified Diff: chrome/browser/ui/views/profiles/user_manager_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/panels/panel_view.cc ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/profiles/user_manager_view.h
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
index c2676374ddd19f9541e7679240aa3166b7cc7dbf..dcf20c7011dc28ec4cf24bd9abd91e7388a163ed 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.h
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h
@@ -14,7 +14,7 @@
#include "chrome/browser/profiles/profile_window.h"
#include "ui/views/window/dialog_delegate.h"
-class AutoKeepAlive;
+class ScopedKeepAlive;
namespace views {
class WebView;
@@ -64,7 +64,7 @@ class UserManagerView : public views::DialogDelegateView {
views::WebView* web_view_;
- scoped_ptr<AutoKeepAlive> keep_alive_;
+ scoped_ptr<ScopedKeepAlive> keep_alive_;
base::Time user_manager_started_showing_;
DISALLOW_COPY_AND_ASSIGN(UserManagerView);
« no previous file with comments | « chrome/browser/ui/views/panels/panel_view.cc ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698