| Index: Source/modules/speech/SpeechRecognitionClient.h
|
| diff --git a/Source/modules/speech/SpeechRecognitionClient.h b/Source/modules/speech/SpeechRecognitionClient.h
|
| index cd0c278502861fea6c0aa0895ab16394d99b8cea..5c462fea336b5dc953bf3ec6348db67266d50d08 100644
|
| --- a/Source/modules/speech/SpeechRecognitionClient.h
|
| +++ b/Source/modules/speech/SpeechRecognitionClient.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Page;
|
| class SpeechGrammarList;
|
| @@ -45,6 +45,6 @@ public:
|
|
|
| void provideSpeechRecognitionTo(Page&, PassOwnPtr<SpeechRecognitionClient>);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SpeechRecognitionClient_h
|
|
|