| Index: chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| index 18624ddb185dbf5f7aa0592093be012057bf6972..eb477cba26314bcfcd02370052c5b8e715c3ac66 100644
|
| --- a/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| +++ b/chrome/browser/ui/gtk/autofill/autofill_external_delegate_gtk.h
|
| @@ -14,10 +14,6 @@
|
|
|
| class AutofillPopupViewGtk;
|
|
|
| -namespace content {
|
| -class WebContents;
|
| -}
|
| -
|
| class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
|
| public:
|
| AutofillExternalDelegateGtk(TabContents* tab_contents,
|
| @@ -50,7 +46,6 @@ class AutofillExternalDelegateGtk : public AutofillExternalDelegate {
|
|
|
| scoped_ptr<AutofillPopupViewGtk> view_;
|
|
|
| - content::WebContents* web_contents_; // Weak reference.
|
| gfx::NativeView tab_native_view_; // Weak reference.
|
|
|
| // The handler value for the focus out event, allows us to block and unblock
|
|
|