summaryrefslogtreecommitdiff
path: root/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp')
-rw-r--r--Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp b/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp
index 13c8ff1ec..528455bd6 100644
--- a/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp
+++ b/Tools/DumpRenderTree/chromium/MockWebSpeechInputController.cpp
@@ -26,6 +26,7 @@
#include "config.h"
#include "MockWebSpeechInputController.h"
+#include "Task.h"
#include "WebSpeechInputListener.h"
#include "platform/WebCString.h"
#include "platform/WebVector.h"
@@ -35,6 +36,7 @@
#if ENABLE(INPUT_SPEECH)
using namespace WebKit;
+using namespace WebTestRunner;
PassOwnPtr<MockWebSpeechInputController> MockWebSpeechInputController::create(WebSpeechInputListener* listener)
{
@@ -182,7 +184,7 @@ void MockWebSpeechInputController::speechTaskFired()
}
MockWebSpeechInputController::SpeechTask::SpeechTask(MockWebSpeechInputController* mock)
- : MethodTask<MockWebSpeechInputController>::MethodTask(mock)
+ : WebMethodTask<MockWebSpeechInputController>::WebMethodTask(mock)
{
}