| Index: chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| index 6880b62a77b59c80bb73990ed821a9e6b6d7543c..a02b4ca25e65f5a6fedbe578a01d590a4db72521 100644
|
| --- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| +++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
|
| @@ -39,9 +39,7 @@ class AutoFillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| virtual InfoBar* CreateInfoBar();
|
| #endif // defined(OS_WIN)
|
|
|
| - virtual Type GetInfoBarType() {
|
| - return PAGE_ACTION_TYPE;
|
| - }
|
| + virtual Type GetInfoBarType();
|
|
|
| private:
|
| // The AutoFillManager that initiated this InfoBar.
|
|
|