| Index: public/web/WebSpeechRecognitionResult.h
|
| diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
|
| index d34e00bde9e7067c168a6fd8e63cf2eb12050dd8..683f71da4bee2728d73917305046a45c87f710f7 100644
|
| --- a/public/web/WebSpeechRecognitionResult.h
|
| +++ b/public/web/WebSpeechRecognitionResult.h
|
| @@ -31,7 +31,7 @@
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebVector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class SpeechRecognitionResult;
|
| }
|
|
|
| @@ -48,11 +48,11 @@ public:
|
| BLINK_EXPORT void reset();
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - operator WebCore::SpeechRecognitionResult*() const;
|
| + operator blink::SpeechRecognitionResult*() const;
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::SpeechRecognitionResult> m_private;
|
| + WebPrivatePtr<blink::SpeechRecognitionResult> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|