| Index: content/public/test/test_renderer_host.cc
|
| ===================================================================
|
| --- content/public/test/test_renderer_host.cc (revision 164732)
|
| +++ content/public/test/test_renderer_host.cc (working copy)
|
| @@ -125,7 +125,7 @@
|
|
|
| // See comment above browser_context_ decl for why we check for NULL here.
|
| if (!browser_context_.get())
|
| - browser_context_.reset(new content::TestBrowserContext());
|
| + browser_context_.reset(new TestBrowserContext());
|
|
|
| // This will be deleted when the WebContentsImpl goes away.
|
| SiteInstance* instance = SiteInstance::Create(browser_context_.get());
|
|
|