| Index: chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h b/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h
|
| index c24c8de93199bb345430b2452793e8347a4eef8f..f0a38ace7590c08a327211b247439d501fed935d 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #import "chrome/browser/ui/cocoa/base_bubble_controller.h"
|
| #import "ui/base/cocoa/tracking_area.h"
|
| @@ -25,7 +25,7 @@ class Profile;
|
| scoped_ptr<ActionBoxMenuModel> model_;
|
|
|
| // Array of the below view controllers.
|
| - scoped_nsobject<NSMutableArray> items_;
|
| + base::scoped_nsobject<NSMutableArray> items_;
|
| }
|
|
|
| // Designated initializer. |point| must be in screen coordinates.
|
|
|