summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 21:53:13 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-05 21:53:13 +0000
commitc078968a5fcdbad7c12ab954f60667a78a737582 (patch)
tree3f9bb4b8221f9bb030ff25f0035ea757b3eb5a42 /chrome/browser/autofill
parentcba81a7d6830877c3deaab58c5db70438aecfab7 (diff)
downloadchromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.zip
chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.gz
chromium_src-c078968a5fcdbad7c12ab954f60667a78a737582.tar.bz2
Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h.
BUG=none TEST=builds Review URL: http://codereview.chromium.org/3027041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill')
-rw-r--r--chrome/browser/autofill/autofill_address_sheet_controller_mac.h1
-rw-r--r--chrome/browser/autofill/autofill_cc_infobar.h1
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_