Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
index 58a829eb5aa4949512489f3c66f215d203b2f801..ee94e076cb8c013899fe3b96555d8fc7d0da99f8 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_window_controller.h |
@@ -93,10 +93,10 @@ class AutofillDialogCocoa; |
@interface AutofillDialogWindowController (TestableAutofillDialogView) |
- (void)setTextContents:(NSString*)text |
- forInput:(const autofill::DetailInput&)input; |
+ forType:(autofill::ServerFieldType)type; |
- (void)setTextContents:(NSString*)text |
ofSuggestionForSection:(autofill::DialogSection)section; |
-- (void)activateFieldForInput:(const autofill::DetailInput&)input; |
+- (void)activateFieldForType:(autofill::ServerFieldType)type; |
- (content::WebContents*)getSignInWebContents; |
- (BOOL)isShowingOverlay; |