diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 15:02:11 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 15:02:11 +0000 |
commit | eaabba206ae14905ef3a922e7b839cab285dd940 (patch) | |
tree | 13f52a325e90d2d5522ddac3e558a54eea026d06 /content/browser/tab_contents/web_contents_view_mac.h | |
parent | 15b43fba084a9880c76736167c782dea8df24a78 (diff) | |
download | chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.zip chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.tar.gz chromium_src-eaabba206ae14905ef3a922e7b839cab285dd940.tar.bz2 |
Move Render(View|Widget)Host and associated classes to content namespace.
TBR=jam@chromium.org
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9600036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/tab_contents/web_contents_view_mac.h')
-rw-r--r-- | content/browser/tab_contents/web_contents_view_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/tab_contents/web_contents_view_mac.h b/content/browser/tab_contents/web_contents_view_mac.h index 1d2a21e..5a4acc9 100644 --- a/content/browser/tab_contents/web_contents_view_mac.h +++ b/content/browser/tab_contents/web_contents_view_mac.h @@ -66,12 +66,12 @@ class WebContentsViewMac : public content::WebContentsView { virtual void CreateView(const gfx::Size& initial_size) OVERRIDE; virtual content::RenderWidgetHostView* CreateViewForWidget( - RenderWidgetHost* render_widget_host) OVERRIDE; + content::RenderWidgetHost* render_widget_host) OVERRIDE; virtual gfx::NativeView GetNativeView() const OVERRIDE; virtual gfx::NativeView GetContentNativeView() const OVERRIDE; virtual gfx::NativeWindow GetTopLevelNativeWindow() const OVERRIDE; virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE; - virtual void RenderViewCreated(RenderViewHost* host) OVERRIDE; + virtual void RenderViewCreated(content::RenderViewHost* host) OVERRIDE; virtual void SetPageTitle(const string16& title) OVERRIDE; virtual void OnTabCrashed(base::TerminationStatus status, int error_code) OVERRIDE; |