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

Unified Diff: content/shell/browser/notify_done_forwarder.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/notify_done_forwarder.cc
diff --git a/content/shell/browser/notify_done_forwarder.cc b/content/shell/browser/notify_done_forwarder.cc
index 6d8f10419652acd42753f1649ca42ea9478bd20d..35757b7069eef7a34770f407ea145e9493d8b28d 100644
--- a/content/shell/browser/notify_done_forwarder.cc
+++ b/content/shell/browser/notify_done_forwarder.cc
@@ -4,7 +4,7 @@
#include "content/shell/browser/notify_done_forwarder.h"
-#include "content/shell/browser/webkit_test_controller.h"
+#include "content/shell/browser/blink_test_controller.h"
#include "content/shell/common/shell_messages.h"
namespace content {
@@ -27,7 +27,7 @@ bool NotifyDoneForwarder::OnMessageReceived(const IPC::Message& message) {
}
void NotifyDoneForwarder::OnTestFinishedInSecondaryWindow() {
- WebKitTestController::Get()->TestFinishedInSecondaryWindow();
+ BlinkTestController::Get()->TestFinishedInSecondaryWindow();
}
} // namespace content
« no previous file with comments | « content/shell/browser/layout_test/layout_test_javascript_dialog_manager.cc ('k') | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698