| Index: content/test/test_renderer_host.h
|
| diff --git a/content/test/test_renderer_host.h b/content/test/test_renderer_host.h
|
| index bab7ef68299af8405a57d5d228c9c53a6e75b81f..91b0844ebde69a50045e0f2038a74f58ebd676be 100644
|
| --- a/content/test/test_renderer_host.h
|
| +++ b/content/test/test_renderer_host.h
|
| @@ -46,7 +46,7 @@ class RenderViewHostTester {
|
| // outside of content.
|
| static void EnableAccessibilityUpdatedNotifications(RenderViewHost* host);
|
|
|
| - // If the given TabContents has a pending RVH, returns it, otherwise NULL.
|
| + // If the given WebContentsImpl has a pending RVH, returns it, otherwise NULL.
|
| static RenderViewHost* GetPendingForController(
|
| NavigationController* controller);
|
|
|
|
|