| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| index 8418baa9a7c3c67b1b17e83d1f4ae35c602990f4..bc97ce11d75a80fb00f7ed2b4396e8a956aef368 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.h
|
| @@ -16,11 +16,11 @@
|
| #include "ui/gfx/size.h"
|
|
|
| namespace content {
|
| - class NavigationController;
|
| +class NavigationController;
|
| }
|
|
|
| namespace autofill {
|
| - class AutofillDialogViewDelegate;
|
| +class AutofillDialogViewDelegate;
|
| }
|
|
|
| @class AutofillAccountChooser;
|
| @@ -55,7 +55,7 @@ class AutofillDialogCocoa : public AutofillDialogView,
|
| virtual void FillSection(DialogSection section,
|
| const DetailInput& originating_input) OVERRIDE;
|
| virtual void GetUserInput(DialogSection section,
|
| - DetailOutputMap* output) OVERRIDE;
|
| + FieldValueMap* output) OVERRIDE;
|
| virtual string16 GetCvc() OVERRIDE;
|
| virtual bool HitTestInput(const DetailInput& input,
|
| const gfx::Point& screen_point) OVERRIDE;
|
|
|