Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4143)

Unified Diff: chrome/browser/autofill/autofill_cc_infobar.h

Issue 3027041: Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. (Closed)
Patch Set: oops, missed one previously Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autofill/autofill_cc_infobar.h
diff --git a/chrome/browser/autofill/autofill_cc_infobar.h b/chrome/browser/autofill/autofill_cc_infobar.h
index 085628faf863571880dfaccfa9bb1c5fcb7327e3..a850bada2cfb4cc681f0bc440ca73a02d9dac777 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_

Powered by Google App Engine
This is Rietveld 408576698