| Index: public/web/WebSpeechInputListener.h
|
| diff --git a/public/web/WebSpeechInputListener.h b/public/web/WebSpeechInputListener.h
|
| index 1838ba03b51c697dc1f7b6054baa05d8579aacc3..e352a194cd7600c2e53140498ec86130f3b8d103 100644
|
| --- a/public/web/WebSpeechInputListener.h
|
| +++ b/public/web/WebSpeechInputListener.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebSpeechInputResult.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebString;
|
|
|
| @@ -67,6 +67,6 @@ protected:
|
| ~WebSpeechInputListener() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechInputListener_h
|
|
|