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

Unified Diff: chrome/browser/ui/login/login_handler.h

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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
Index: chrome/browser/ui/login/login_handler.h
diff --git a/chrome/browser/ui/login/login_handler.h b/chrome/browser/ui/login/login_handler.h
index fe0dc063eb536140088e2148218564ab744a049d..8561b73800857820a4fbbb0fe8fb65eab0c98056 100644
--- a/chrome/browser/ui/login/login_handler.h
+++ b/chrome/browser/ui/login/login_handler.h
@@ -198,7 +198,7 @@ class LoginHandler : public content::ResourceDispatcherHostLoginDelegate,
// Observes other login handlers so this login handler can respond.
// This is only accessed on the UI thread.
- scoped_ptr<content::NotificationRegistrar> registrar_;
+ std::unique_ptr<content::NotificationRegistrar> registrar_;
base::WeakPtr<LoginInterstitialDelegate> interstitial_delegate_;
};
« no previous file with comments | « chrome/browser/ui/location_bar/location_bar_browsertest.cc ('k') | chrome/browser/ui/login/login_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698