Index: public/web/WebSpeechGrammar.h |
diff --git a/public/web/WebSpeechGrammar.h b/public/web/WebSpeechGrammar.h |
index c5267f1426dc56b824b67f5695be71615f679f64..6c6f1379fd070ac47e8d310a5981e5e8d47fa983 100644 |
--- a/public/web/WebSpeechGrammar.h |
+++ b/public/web/WebSpeechGrammar.h |
@@ -34,7 +34,7 @@ namespace WebCore { |
class SpeechGrammar; |
} |
-namespace WebKit { |
+namespace blink { |
class WebSpeechGrammar { |
public: |
@@ -57,6 +57,6 @@ private: |
WebPrivatePtr<WebCore::SpeechGrammar> m_private; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebSpeechGrammar_h |