| Index: public/web/WebSpeechRecognitionParams.h
|
| diff --git a/public/web/WebSpeechRecognitionParams.h b/public/web/WebSpeechRecognitionParams.h
|
| index 9bd105e773621c337d4fca78c195891edacc31f8..fd0681038c417f9eda5373bd1f292a89774738c0 100644
|
| --- a/public/web/WebSpeechRecognitionParams.h
|
| +++ b/public/web/WebSpeechRecognitionParams.h
|
| @@ -31,7 +31,7 @@
|
| #include "WebSecurityOrigin.h"
|
| #include "WebSpeechGrammar.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSpeechGrammar;
|
|
|
| @@ -63,6 +63,6 @@ private:
|
| WebSecurityOrigin m_origin;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechRecognitionParams_h
|
|
|