Index: content/public/test/test_renderer_host.h |
diff --git a/content/public/test/test_renderer_host.h b/content/public/test/test_renderer_host.h |
index 233d6f2e5ebd9dc7f50676a9855072a0ee500e55..c4b1c5b90a1e47356352cd0ad4e5b2687ecdc399 100644 |
--- a/content/public/test/test_renderer_host.h |
+++ b/content/public/test/test_renderer_host.h |
@@ -97,10 +97,10 @@ class RenderViewHostTester { |
// navigation without making any network requests. |
virtual void SimulateSwapOutACK() = 0; |
- // Makes the WasHidden/WasRestored calls to the RenderWidget that |
+ // Makes the WasHidden/WasShown calls to the RenderWidget that |
// tell it it has been hidden or restored from having been hidden. |
virtual void SimulateWasHidden() = 0; |
- virtual void SimulateWasRestored() = 0; |
+ virtual void SimulateWasShown() = 0; |
}; |
// You can instantiate only one class like this at a time. During its |