| Index: content/test/test_renderer_host.cc
|
| ===================================================================
|
| --- content/test/test_renderer_host.cc (revision 140250)
|
| +++ content/test/test_renderer_host.cc (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include "content/browser/web_contents/test_web_contents.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/mock_render_process_host.h"
|
| -#include "content/test/test_browser_context.h"
|
| +#include "content/public/test/test_browser_context.h"
|
| #include "content/test/test_render_view_host_factory.h"
|
|
|
| #if defined(USE_AURA)
|
| @@ -106,7 +106,7 @@
|
| WebContents* RenderViewHostTestHarness::CreateTestWebContents() {
|
| // See comment above browser_context_ decl for why we check for NULL here.
|
| if (!browser_context_.get())
|
| - browser_context_.reset(new TestBrowserContext());
|
| + browser_context_.reset(new content::TestBrowserContext());
|
|
|
| // This will be deleted when the WebContentsImpl goes away.
|
| SiteInstance* instance = SiteInstance::Create(browser_context_.get());
|
|
|