summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/tab_contents/tab_contents_wrapper.h')
-rw-r--r--chrome/browser/ui/tab_contents/tab_contents_wrapper.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
index e027200..1605755 100644
--- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
+++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
@@ -117,7 +117,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 ---------------------------------------------------------------