| Index: content/shell/layout_test_controller_host.h
|
| diff --git a/content/shell/layout_test_controller_host.h b/content/shell/layout_test_controller_host.h
|
| index 29cd181ce5e75d113ef5039ae5e8673b6bd43331..dfb30169e1e1df5c78da40b2bf44ffd05369e7c2 100644
|
| --- a/content/shell/layout_test_controller_host.h
|
| +++ b/content/shell/layout_test_controller_host.h
|
| @@ -42,7 +42,7 @@ class LayoutTestControllerHost : public RenderViewHostObserver {
|
| void OnTextDump(const std::string& dump);
|
| void OnImageDump(const std::string& actual_pixel_hash, const SkBitmap& image);
|
|
|
| - // layoutTestController handlers.
|
| + // testRunner handlers.
|
| void OnNotifyDone();
|
| void OnDumpAsText();
|
| void OnDumpChildFramesAsText();
|
|
|