Index: public/platform/WebSpeechSynthesizer.h |
diff --git a/public/platform/WebSpeechSynthesizer.h b/public/platform/WebSpeechSynthesizer.h |
index 4c0f965c415ca495879526db023326e1f3656d68..a87de3c1c2ae43b8c8441c38dd8322604341ff87 100644 |
--- a/public/platform/WebSpeechSynthesizer.h |
+++ b/public/platform/WebSpeechSynthesizer.h |
@@ -28,7 +28,7 @@ |
#include "WebCommon.h" |
-namespace WebKit { |
+namespace blink { |
class WebSpeechSynthesizerClient; |
class WebSpeechSynthesisUtterance; |
@@ -47,6 +47,6 @@ public: |
virtual void cancel() = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebSpeechSynthesizer_h |