Index: content/shell/browser/webkit_test_controller.h |
diff --git a/content/shell/browser/webkit_test_controller.h b/content/shell/browser/webkit_test_controller.h |
index 0bbe9957d54a18a8f961939a1a3f3b34f49d3afc..1680c67c14ca8584bb93bec9aa700db17f8ba8c1 100644 |
--- a/content/shell/browser/webkit_test_controller.h |
+++ b/content/shell/browser/webkit_test_controller.h |
@@ -28,6 +28,7 @@ class SkBitmap; |
namespace content { |
+class LayoutTestDevToolsFrontend; |
class Shell; |
#if defined(OS_ANDROID) |
@@ -214,6 +215,8 @@ class WebKitTestController : public base::NonThreadSafe, |
const bool is_leak_detection_enabled_; |
bool crash_when_leak_found_; |
+ LayoutTestDevToolsFrontend* devtools_frontend_; |
+ |
#if defined(OS_ANDROID) |
// Because of the nested message pump implementation, Android needs to allow |
// waiting on the UI thread while layout tests are being ran. |