| Index: chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_container.h b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| index d88ec23c14172e6834043350aafae498887e535f..28729a3a397112607cd53e11a206bc673e5d06a3 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_container.h
|
| @@ -12,9 +12,9 @@
|
| #include "ui/views/view.h"
|
|
|
| class NativeTabContentsContainer;
|
| -class RenderViewHost;
|
|
|
| namespace content {
|
| +class RenderViewHost;
|
| class WebContents;
|
| }
|
|
|
| @@ -63,8 +63,8 @@ class TabContentsContainer : public views::View,
|
|
|
| // Called when the RenderViewHost of the hosted TabContents has changed, e.g.
|
| // to show an interstitial page.
|
| - void RenderViewHostChanged(RenderViewHost* old_host,
|
| - RenderViewHost* new_host);
|
| + void RenderViewHostChanged(content::RenderViewHost* old_host,
|
| + content::RenderViewHost* new_host);
|
|
|
| // Called when a WebContents is destroyed. This gives us a chance to clean
|
| // up our internal state if the TabContents is somehow destroyed before we
|
|
|