| Index: chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_controller.h b/chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| index 2f8f26b52730261aceec6228824aaca539ba6b6f..f96e7b19f6c8c2bfa84f00c1828f9d4c3b8d83de 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_controller.h
|
| @@ -4,7 +4,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
|
|
| @class AnimatableView;
|
| @protocol InfoBarContainer;
|
| @@ -39,7 +39,7 @@ class InfoBarService;
|
| // text views cannot conveniently be created in IB. The xib file contains
|
| // a text field |labelPlaceholder_| that's replaced by this text view |label_|
|
| // in -awakeFromNib.
|
| - scoped_nsobject<NSTextView> label_;
|
| + base::scoped_nsobject<NSTextView> label_;
|
| };
|
|
|
| // Initializes a new InfoBarController.
|
|
|