| Index: Source/modules/speech/SpeechRecognitionController.cpp
|
| diff --git a/Source/modules/speech/SpeechRecognitionController.cpp b/Source/modules/speech/SpeechRecognitionController.cpp
|
| index 189c8d536295b6b96c4816359b9fe8ba20b2e20a..da0b9df469adc681ead27e1d29eeac50a137b43e 100644
|
| --- a/Source/modules/speech/SpeechRecognitionController.cpp
|
| +++ b/Source/modules/speech/SpeechRecognitionController.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "config.h"
|
| #include "modules/speech/SpeechRecognitionController.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const char* SpeechRecognitionController::supplementName()
|
| {
|
| @@ -53,4 +53,4 @@ void provideSpeechRecognitionTo(Page& page, PassOwnPtr<SpeechRecognitionClient>
|
| SpeechRecognitionController::provideTo(page, SpeechRecognitionController::supplementName(), SpeechRecognitionController::create(client));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|