Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1625)

Unified Diff: content/shell/browser/layout_test/layout_test_devtools_frontend.cc

Issue 1128633002: content: Rename WebKitTestController to BlinkTestController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clang-format Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698