| Index: public/web/WebSpeechGrammar.h
|
| diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h
|
| index e492f8aedf4b11bbf312e955e6d16797329cb487..0d505054d042ea9d49442e0f527f22a40e035ba4 100644
|
| --- a/public/web/WebSpeechGrammar.h
|
| +++ b/public/web/WebSpeechGrammar.h
|
| @@ -31,10 +31,8 @@
|
| #include "../platform/WebURL.h"
|
|
|
| namespace blink {
|
| -class SpeechGrammar;
|
| -}
|
|
|
| -namespace blink {
|
| +class SpeechGrammar;
|
|
|
| class WebSpeechGrammar {
|
| public:
|
| @@ -49,12 +47,12 @@ public:
|
| BLINK_EXPORT void assign(const WebSpeechGrammar&);
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - explicit WebSpeechGrammar(blink::SpeechGrammar*);
|
| - WebSpeechGrammar& operator=(blink::SpeechGrammar*);
|
| + explicit WebSpeechGrammar(SpeechGrammar*);
|
| + WebSpeechGrammar& operator=(SpeechGrammar*);
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<blink::SpeechGrammar> m_private;
|
| + WebPrivatePtr<SpeechGrammar> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|