| Index: public/web/WebSpeechRecognitionHandle.h
|
| diff --git a/public/web/WebSpeechRecognitionHandle.h b/public/web/WebSpeechRecognitionHandle.h
|
| index c56a1be1eed416feb560504a390d50b695ce3824..40503c00a59b18e4da791c80aacffb8f74aba8b7 100644
|
| --- a/public/web/WebSpeechRecognitionHandle.h
|
| +++ b/public/web/WebSpeechRecognitionHandle.h
|
| @@ -29,7 +29,7 @@
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPrivatePtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class SpeechRecognition;
|
| }
|
|
|
| @@ -62,13 +62,13 @@ public:
|
| BLINK_EXPORT bool lessThan(const WebSpeechRecognitionHandle&) const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - explicit WebSpeechRecognitionHandle(WebCore::SpeechRecognition*);
|
| - WebSpeechRecognitionHandle& operator=(WebCore::SpeechRecognition*);
|
| - operator WebCore::SpeechRecognition*() const;
|
| + explicit WebSpeechRecognitionHandle(blink::SpeechRecognition*);
|
| + WebSpeechRecognitionHandle& operator=(blink::SpeechRecognition*);
|
| + operator blink::SpeechRecognition*() const;
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::SpeechRecognition> m_private;
|
| + WebPrivatePtr<blink::SpeechRecognition> m_private;
|
| };
|
|
|
| inline bool operator==(const WebSpeechRecognitionHandle& a, const WebSpeechRecognitionHandle& b)
|
|
|