| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| index 7481c3113f92f3810cd57eb19b07f8181dcfd9aa..1ce7d6fb149dbc1e2c8769f7a6a0a269513713d0 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_win.h
|
| @@ -21,8 +21,9 @@ class NativeTabContentsContainerWin : 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;
|
|
|
|
|