| Index: public/web/WebSpeechInputController.h
|
| diff --git a/public/web/WebSpeechInputController.h b/public/web/WebSpeechInputController.h
|
| index 9cc0d1f437aa7ef2aa23e9b3ec8f7aaa64294335..6556330ef7e4312afdb08964d4fdb5a8cfa82268 100644
|
| --- a/public/web/WebSpeechInputController.h
|
| +++ b/public/web/WebSpeechInputController.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebCommon.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebRect;
|
| class WebSecurityOrigin;
|
| @@ -67,6 +67,6 @@ protected:
|
| virtual ~WebSpeechInputController() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechInputController_h
|
|
|