| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h
|
| index ac51fa137f5912b9cf5db1c56a8ba21398e5bdca..a6fe8ad76d388efad2b3c8bef62807f3a4e72bca 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_gtk.h
|
| @@ -23,8 +23,9 @@ class NativeTabContentsContainerGtk : public NativeTabContentsContainer,
|
| virtual void SetFastResize(bool fast_resize) OVERRIDE;
|
| virtual bool GetFastResize() const OVERRIDE;
|
| virtual bool FastResizeAtLastLayout() const OVERRIDE;
|
| - virtual void RenderViewHostChanged(RenderViewHost* old_host,
|
| - RenderViewHost* new_host) OVERRIDE;
|
| + virtual void RenderViewHostChanged(
|
| + content::RenderViewHost* old_host,
|
| + content::RenderViewHost* new_host) OVERRIDE;
|
| virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE;
|
| virtual views::View* GetView() OVERRIDE;
|
|
|
|
|