| Index: public/web/WebSpeechRecognizerClient.h
|
| diff --git a/public/web/WebSpeechRecognizerClient.h b/public/web/WebSpeechRecognizerClient.h
|
| index d32451e35abf25b1d7a1ad5e5e6fcd9eb1091f7f..185509fb354c4d0fec5baded0df9ffd324342fc4 100644
|
| --- a/public/web/WebSpeechRecognizerClient.h
|
| +++ b/public/web/WebSpeechRecognizerClient.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "../platform/WebVector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSpeechRecognitionResult;
|
| class WebSpeechRecognitionHandle;
|
| @@ -94,6 +94,6 @@ protected:
|
| virtual ~WebSpeechRecognizerClient() {}
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechRecognizerClient_h
|
|
|