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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl.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/webui/media_router/media_router_dialog_controller_impl.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl.h b/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl.h
index 1388b5a466e5bcbbca890ecb4226964f8fdf5132..809bee83c5a88bc9d6b9ce71d5ba456bb5e1cf01 100644
--- a/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl.h
+++ b/chrome/browser/ui/webui/media_router/media_router_dialog_controller_impl.h
@@ -60,7 +60,7 @@ class MediaRouterDialogControllerImpl :
void PopulateDialog(content::WebContents* media_router_dialog);
- scoped_ptr<DialogWebContentsObserver> dialog_observer_;
+ std::unique_ptr<DialogWebContentsObserver> dialog_observer_;
// True if the controller is waiting for a new media router dialog to be
// created.

Powered by Google App Engine
This is Rietveld 408576698