Index: content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
index 25ec42f8755380a44abfcb478b57e9847cbeb5c7..c54acf16af9f3a1192a2a367e62f7e3b54ef8944 100644 |
--- a/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
+++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.cc |
@@ -8,8 +8,8 @@ |
#include "base/path_service.h" |
#include "base/strings/stringprintf.h" |
#include "content/public/browser/web_contents.h" |
+#include "content/shell/browser/blink_test_controller.h" |
#include "content/shell/browser/shell.h" |
-#include "content/shell/browser/webkit_test_controller.h" |
#include "net/base/filename_util.h" |
namespace content { |
@@ -82,7 +82,7 @@ void LayoutTestDevToolsFrontend::AgentHostClosed( |
void LayoutTestDevToolsFrontend::RenderProcessGone( |
base::TerminationStatus status) { |
- WebKitTestController::Get()->DevToolsProcessCrashed(); |
+ BlinkTestController::Get()->DevToolsProcessCrashed(); |
} |
} // namespace content |