| Index: chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h
|
| index 83845d551b2fd8635891d6ab0ab6274ac1871d90..e68ddb7d1f7272af2cff750504de3046cd1fe20a 100644
|
| --- a/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h
|
| +++ b/chrome/browser/ui/views/tab_contents/native_tab_contents_container_aura.h
|
| @@ -21,8 +21,9 @@ class NativeTabContentsContainerAura : 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;
|
|
|
|
|