| Index: chrome/browser/ui/cocoa/animatable_view.h
|
| diff --git a/chrome/browser/ui/cocoa/animatable_view.h b/chrome/browser/ui/cocoa/animatable_view.h
|
| index 91cae44a3f4672047ed2e79c24c68875d7470087..f84c2a58332e138419da33f0a6a028aaf3146542 100644
|
| --- a/chrome/browser/ui/cocoa/animatable_view.h
|
| +++ b/chrome/browser/ui/cocoa/animatable_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/background_gradient_view.h"
|
| #import "chrome/browser/ui/cocoa/view_resizer.h"
|
|
|
| @@ -24,7 +24,7 @@
|
| IBOutlet id delegate_; // weak, used to send animation ended messages.
|
|
|
| @private
|
| - scoped_nsobject<NSAnimation> currentAnimation_;
|
| + base::scoped_nsobject<NSAnimation> currentAnimation_;
|
| id<ViewResizer> resizeDelegate_; // weak, usually owns us
|
| }
|
|
|
|
|