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

Unified Diff: chrome/browser/chromeos/login/ui/captive_portal_window_proxy.cc

Issue 2172023002: chrome/browser/chromeos: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/chromeos/login/ui/captive_portal_window_proxy.cc
diff --git a/chrome/browser/chromeos/login/ui/captive_portal_window_proxy.cc b/chrome/browser/chromeos/login/ui/captive_portal_window_proxy.cc
index 9acc39021941f8b9f5a1887e4f015941050f257b..e01d1ce0d97e067c910930b7661acc546b19ece0 100644
--- a/chrome/browser/chromeos/login/ui/captive_portal_window_proxy.cc
+++ b/chrome/browser/chromeos/login/ui/captive_portal_window_proxy.cc
@@ -74,7 +74,7 @@ void CaptivePortalWindowProxy::Show() {
InitCaptivePortalView();
CaptivePortalView* portal = captive_portal_view_.release();
- auto manager =
+ auto* manager =
web_modal::WebContentsModalDialogManager::FromWebContents(web_contents_);
widget_ = CreateWindowAsFramelessChild(
portal,

Powered by Google App Engine
This is Rietveld 408576698