diff options
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r-- | chrome/browser/autofill/autofill_address_sheet_controller_mac.h | 1 | ||||
-rw-r--r-- | chrome/browser/autofill/autofill_cc_infobar.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_address_sheet_controller_mac.h b/chrome/browser/autofill/autofill_address_sheet_controller_mac.h index 193ddd3..0df6016 100644 --- a/chrome/browser/autofill/autofill_address_sheet_controller_mac.h +++ b/chrome/browser/autofill/autofill_address_sheet_controller_mac.h @@ -9,7 +9,6 @@ #import <Cocoa/Cocoa.h> @class AutoFillAddressModel; -@class AutoFillDialogController; class AutoFillProfile; // The sheet can be invoked in "Add" or "Edit" mode. This dictates the caption diff --git a/chrome/browser/autofill/autofill_cc_infobar.h b/chrome/browser/autofill/autofill_cc_infobar.h index 085628f..a850bad 100644 --- a/chrome/browser/autofill/autofill_cc_infobar.h +++ b/chrome/browser/autofill/autofill_cc_infobar.h @@ -8,6 +8,7 @@ class InfoBar; class ConfirmInfoBarDelegate; + InfoBar* CreateAutofillCcInfoBar(ConfirmInfoBarDelegate* delegate); #endif // CHROME_BROWSER_AUTOFILL_AUTOFILL_CC_INFOBAR_H_ |