| Index: ui/base/cocoa/focus_tracker.h
|
| diff --git a/ui/base/cocoa/focus_tracker.h b/ui/base/cocoa/focus_tracker.h
|
| index 82165c7efef65461113e5f15e89fb6c791570505..6a0c3baf750b889d0437e9267d1ca3a385f7903b 100644
|
| --- a/ui/base/cocoa/focus_tracker.h
|
| +++ b/ui/base/cocoa/focus_tracker.h
|
| @@ -4,7 +4,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "ui/base/ui_export.h"
|
|
|
| // A class that handles saving and restoring focus. An instance of
|
| @@ -15,7 +15,7 @@
|
| UI_EXPORT
|
| @interface FocusTracker : NSObject {
|
| @private
|
| - scoped_nsobject<NSView> focusedView_;
|
| + base::scoped_nsobject<NSView> focusedView_;
|
| }
|
|
|
| // |window| is the window that we are saving focus for. This
|
|
|