| Index: chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| index b05a7136edb8dd5e8562303760ee6a14b143dfb3..9767a25f210dbe5ab73269ec5e1ff946dbfe1ac9 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_main_container.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#include "base/memory/scoped_nsobject.h"
|
| +#include "base/mac/scoped_nsobject.h"
|
| #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
|
| #import "chrome/browser/ui/cocoa/autofill/autofill_layout.h"
|
|
|
| @@ -25,8 +25,8 @@ namespace autofill {
|
| // Might dynamically add and remove other elements.
|
| @interface AutofillMainContainer : NSViewController<AutofillLayout> {
|
| @private
|
| - scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_;
|
| - scoped_nsobject<AutofillDetailsContainer> detailsContainer_;
|
| + base::scoped_nsobject<GTMWidthBasedTweaker> buttonContainer_;
|
| + base::scoped_nsobject<AutofillDetailsContainer> detailsContainer_;
|
| AutofillDialogWindowController* target_;
|
| autofill::AutofillDialogController* controller_; // Not owned.
|
| }
|
|
|