| Index: content/test/test_renderer_host.cc
|
| diff --git a/content/test/test_renderer_host.cc b/content/test/test_renderer_host.cc
|
| index d65443973ca0a53e0319b1d5a582258950709d7b..509f93d36cd4be11dd3483c7955a920da7e81d80 100644
|
| --- a/content/test/test_renderer_host.cc
|
| +++ b/content/test/test_renderer_host.cc
|
| @@ -175,7 +175,7 @@ WebContents* RenderViewHostTestHarness::CreateTestWebContents() {
|
| if (!browser_context_.get())
|
| browser_context_.reset(new TestBrowserContext());
|
|
|
| - // This will be deleted when the TabContents goes away.
|
| + // This will be deleted when the WebContentsImpl goes away.
|
| SiteInstance* instance = SiteInstance::Create(browser_context_.get());
|
|
|
| return new TestWebContents(browser_context_.get(), instance);
|
| @@ -214,7 +214,7 @@ void RenderViewHostTestHarness::TearDown() {
|
| root_window_.reset();
|
| #endif
|
|
|
| - // Make sure that we flush any messages related to TabContents destruction
|
| + // Make sure that we flush any messages related to WebContentsImpl destruction
|
| // before we destroy the browser context.
|
| MessageLoop::current()->RunAllPending();
|
|
|
|
|