Index: content/shell/renderer/layout_test/layout_test_render_frame_observer.h |
diff --git a/content/shell/renderer/layout_test/layout_test_render_frame_observer.h b/content/shell/renderer/layout_test/layout_test_render_frame_observer.h |
index 8059eb7c2fb83cb4f323b47aa01f1469e87ea7b7..130f4b9772605e941bdb5bdc02df5ac7fe856777 100644 |
--- a/content/shell/renderer/layout_test/layout_test_render_frame_observer.h |
+++ b/content/shell/renderer/layout_test/layout_test_render_frame_observer.h |
@@ -8,10 +8,6 @@ |
#include "base/macros.h" |
#include "content/public/renderer/render_frame_observer.h" |
-namespace test_runner { |
-struct LayoutDumpFlags; |
-} |
- |
namespace IPC { |
class Message; |
} // namespace IPC |
@@ -28,8 +24,7 @@ class LayoutTestRenderFrameObserver : public RenderFrameObserver { |
bool OnMessageReceived(const IPC::Message& message) override; |
private: |
- void OnLayoutDumpRequest( |
- const test_runner::LayoutDumpFlags& layout_dump_flags); |
+ void OnLayoutDumpRequest(); |
void OnSetTestConfiguration(const ShellTestConfiguration& test_config); |
void OnReplicateTestConfiguration(const ShellTestConfiguration& test_config); |