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

Unified Diff: chrome/browser/ui/cocoa/hung_renderer_controller.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/cocoa/hung_renderer_controller.h
diff --git a/chrome/browser/ui/cocoa/hung_renderer_controller.h b/chrome/browser/ui/cocoa/hung_renderer_controller.h
index c7ccf4c796cd5855582221bb1326385875263833..ea7b684f63827d75b97a9d34e93b00b6819453ca 100644
--- a/chrome/browser/ui/cocoa/hung_renderer_controller.h
+++ b/chrome/browser/ui/cocoa/hung_renderer_controller.h
@@ -42,7 +42,7 @@ class WebContents;
content::WebContents* hungContents_;
// Observes |hungContents_| in case it closes while the panel is up.
- scoped_ptr<HungRendererWebContentsObserverBridge> hungContentsObserver_;
+ std::unique_ptr<HungRendererWebContentsObserverBridge> hungContentsObserver_;
// Backing data for |tableView_|. Titles of each WebContents that
// shares a renderer process with |hungContents_|.
« no previous file with comments | « chrome/browser/ui/cocoa/history_menu_cocoa_controller_unittest.mm ('k') | chrome/browser/ui/cocoa/info_bubble_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698