| Index: public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
|
| index af1d9176f11eb5045a24f08a746805c97c96a7c1..432d8fdfcdc03d21938c042a6394d21c37aa7b9b 100644
|
| --- a/public/web/WebSpeechRecognitionHandle.h
|
| +++ b/public/web/WebSpeechRecognitionHandle.h
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
| class SpeechRecognition;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebSpeechRecognitionResult;
|
| class WebString;
|
| @@ -86,6 +86,6 @@ inline bool operator<(const WebSpeechRecognitionHandle& a, const WebSpeechRecogn
|
| return a.lessThan(b);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebSpeechRecognitionHandle_h
|
|
|