| 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_|.
|
|
|