Index: content/test/test_renderer_host.h |
diff --git a/content/test/test_renderer_host.h b/content/test/test_renderer_host.h |
index 91b0844ebde69a50045e0f2038a74f58ebd676be..76ffdffaf18090d3f44bb6377c370cc5c6c8a823 100644 |
--- a/content/test/test_renderer_host.h |
+++ b/content/test/test_renderer_host.h |
@@ -127,10 +127,10 @@ class RenderViewHostTestHarness : public testing::Test { |
BrowserContext* browser_context(); |
MockRenderProcessHost* process(); |
- // Frees the current tab contents for tests that want to test destruction. |
+ // Frees the current WebContents for tests that want to test destruction. |
void DeleteContents(); |
- // Sets the current tab contents for tests that want to alter it. Takes |
+ // Sets the current WebContents for tests that want to alter it. Takes |
// ownership of the WebContents passed. |
virtual void SetContents(WebContents* contents); |