Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
index e7ca258682249a70bd2928fd9e7b9cf32569932a..a8c063c437206d91cca8b6d84080e63bf9407b39 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h |
@@ -86,7 +86,7 @@ namespace autofill { |
@interface AutofillSectionContainer (ForTesting) |
// Retrieve the field associated with the given type. |
-- (NSControl<AutofillInputField>*)getField:(autofill::AutofillFieldType)type; |
+- (NSControl<AutofillInputField>*)getField:(autofill::ServerFieldType)type; |
// Sets the value for the field matching |input|. Does nothing if the field is |
// not part of this section. |