| 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 1d55c8d2ec0f3b515bc29819e6e17d6f97df01a3..1725726fe5722fc6f1fed32e74e560cd0956ccfb 100644
|
| --- a/chrome/browser/ui/cocoa/hung_renderer_controller.h
|
| +++ b/chrome/browser/ui/cocoa/hung_renderer_controller.h
|
| @@ -19,7 +19,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#import "base/memory/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #import "base/memory/scoped_ptr.h"
|
|
|
| @class MultiKeyEquivalentButton;
|
| @@ -46,11 +46,11 @@ class WebContents;
|
|
|
| // Backing data for |tableView_|. Titles of each WebContents that
|
| // shares a renderer process with |hungContents_|.
|
| - scoped_nsobject<NSArray> hungTitles_;
|
| + base::scoped_nsobject<NSArray> hungTitles_;
|
|
|
| // Favicons of each WebContents that shares a renderer process with
|
| // |hungContents_|.
|
| - scoped_nsobject<NSArray> hungFavicons_;
|
| + base::scoped_nsobject<NSArray> hungFavicons_;
|
| }
|
|
|
| // Kills the hung renderers.
|
|
|