| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| index 59245b8b34ce517e60894b027af2dcdedd42c14d..6e2b5f376441bbc993c8761296d0e84a84c48a70 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| @@ -45,6 +45,7 @@ class OmniboxSearchHint;
|
| class PasswordManager;
|
| class PasswordManagerDelegate;
|
| class PluginObserver;
|
| +class Profile;
|
| class RestoreTabHelper;
|
| class SearchEngineTabHelper;
|
| class TabContentsSSLHelper;
|
| @@ -112,7 +113,8 @@ class TabContentsWrapper : public TabContentsObserver,
|
| RenderViewHost* render_view_host() const {
|
| return tab_contents()->render_view_host();
|
| }
|
| - Profile* profile() const { return tab_contents()->profile(); }
|
| +
|
| + Profile* profile() const;
|
|
|
| // Tab Helpers ---------------------------------------------------------------
|
|
|
|
|