| Index: Source/testing/runner/MockWebSpeechRecognizer.cpp
|
| diff --git a/Source/testing/runner/MockWebSpeechRecognizer.cpp b/Source/testing/runner/MockWebSpeechRecognizer.cpp
|
| index 29e47270fcd5fd8f5472f31f697a42d1ef537663..a1a65ddc8575183d93ca7f291783d7103bec0036 100644
|
| --- a/Source/testing/runner/MockWebSpeechRecognizer.cpp
|
| +++ b/Source/testing/runner/MockWebSpeechRecognizer.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "public/web/WebSpeechRecognitionResult.h"
|
| #include "public/web/WebSpeechRecognizerClient.h"
|
|
|
| -using namespace WebKit;
|
| +using namespace blink;
|
| using namespace std;
|
|
|
| namespace WebTestRunner {
|
|
|