| Index: chrome/browser/ui/panels/panel_host.h
|
| diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h
|
| index 406f66dacd22c8eb0de914f509eef0f03fb89504..5b6d6aad5b302a3c420e32441420288abd920b54 100644
|
| --- a/chrome/browser/ui/panels/panel_host.h
|
| +++ b/chrome/browser/ui/panels/panel_host.h
|
| @@ -15,6 +15,7 @@
|
| class FaviconTabHelper;
|
| class GURL;
|
| class Panel;
|
| +class PrefsTabHelper;
|
| class Profile;
|
|
|
| namespace content {
|
| @@ -97,6 +98,7 @@ class PanelHost : public content::WebContentsDelegate,
|
| // The following factory is used to close the panel via the message loop.
|
| base::WeakPtrFactory<PanelHost> weak_factory_;
|
|
|
| + scoped_ptr<PrefsTabHelper> prefs_tab_helper_;
|
| scoped_ptr<FaviconTabHelper> favicon_tab_helper_;
|
| scoped_ptr<content::WebContents> web_contents_;
|
|
|
|
|