summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_cc_infobar_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/autofill_cc_infobar_delegate.h')
-rw-r--r--chrome/browser/autofill/autofill_cc_infobar_delegate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/autofill/autofill_cc_infobar_delegate.h b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
index 32a7c82..6a8091e 100644
--- a/chrome/browser/autofill/autofill_cc_infobar_delegate.h
+++ b/chrome/browser/autofill/autofill_cc_infobar_delegate.h
@@ -11,7 +11,6 @@
#include "chrome/browser/tab_contents/infobar_delegate.h"
class AutoFillManager;
-class Browser;
class SkBitmap;
class TabContents;
@@ -46,9 +45,6 @@ class AutoFillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
}
private:
- // The browser.
- Browser* browser_;
-
// The AutoFillManager that initiated this InfoBar.
AutoFillManager* host_;