| Index: chrome/browser/ui/cocoa/tabs/tab_strip_view.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_view.h b/chrome/browser/ui/cocoa/tabs/tab_strip_view.h
|
| index 1cb4ba277060718e4ae5b88aea155919de86caf7..d2c1c36aab42d7e34171f709c6ecb83625ee4760 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_view.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_view.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #import "chrome/browser/ui/cocoa/url_drop_target.h"
|
|
|
| @class NewTabButton;
|
| @@ -23,9 +23,9 @@
|
| NSTimeInterval lastMouseUp_;
|
|
|
| // Handles being a drag-and-drop target.
|
| - scoped_nsobject<URLDropTargetHandler> dropHandler_;
|
| + base::scoped_nsobject<URLDropTargetHandler> dropHandler_;
|
|
|
| - scoped_nsobject<NewTabButton> newTabButton_;
|
| + base::scoped_nsobject<NewTabButton> newTabButton_;
|
|
|
| // Whether the drop-indicator arrow is shown, and if it is, the coordinate of
|
| // its tip.
|
|
|