Index: content/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.h (revision 118952) |
+++ content/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -21,13 +21,13 @@ |
class BrowserContext; |
class NavigationController; |
class RenderProcessHostFactory; |
+class SiteInstance; |
} |
namespace gfx { |
class Rect; |
} |
-class SiteInstance; |
class TestTabContents; |
struct ViewHostMsg_FrameNavigate_Params; |
@@ -173,7 +173,7 @@ |
static TestRenderViewHost* GetPendingForController( |
content::NavigationController* controller); |
- TestRenderViewHost(SiteInstance* instance, |
+ TestRenderViewHost(content::SiteInstance* instance, |
content::RenderViewHostDelegate* delegate, |
int routing_id); |
virtual ~TestRenderViewHost(); |
@@ -274,7 +274,7 @@ |
virtual void set_render_process_host_factory( |
content::RenderProcessHostFactory* rph_factory); |
virtual RenderViewHost* CreateRenderViewHost( |
- SiteInstance* instance, |
+ content::SiteInstance* instance, |
content::RenderViewHostDelegate* delegate, |
int routing_id, |
SessionStorageNamespace* session_storage) OVERRIDE; |