| Index: ui/app_list/cocoa/item_drag_controller.h
|
| diff --git a/ui/app_list/cocoa/item_drag_controller.h b/ui/app_list/cocoa/item_drag_controller.h
|
| index aaa87bcd012c8277a01cfb29f32499f355a19c71..4e1c74750c86454382f0a657c4837f8f40b7bb01 100644
|
| --- a/ui/app_list/cocoa/item_drag_controller.h
|
| +++ b/ui/app_list/cocoa/item_drag_controller.h
|
| @@ -8,7 +8,7 @@
|
| #import <Cocoa/Cocoa.h>
|
| #import <QuartzCore/QuartzCore.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
|
|
| @class AppsGridViewItem;
|
|
|
| @@ -19,8 +19,8 @@
|
| // item location in the grid.
|
| @interface ItemDragController : NSViewController {
|
| @private
|
| - scoped_nsobject<CALayer> dragLayer_;
|
| - scoped_nsobject<NSButton> buttonToRestore_;
|
| + base::scoped_nsobject<CALayer> dragLayer_;
|
| + base::scoped_nsobject<NSButton> buttonToRestore_;
|
| NSPoint mouseOffset_;
|
| NSTimeInterval growStart_;
|
| BOOL shrinking_;
|
|
|