| 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
|
|
|