Index: public/platform/WebSpeechSynthesizerClient.h |
diff --git a/public/platform/WebSpeechSynthesizerClient.h b/public/platform/WebSpeechSynthesizerClient.h |
index f2b9e9cf798620d0a87730f190e39f3cefa1cabd..5c52eceb83b3a1515fa21bc93f6d38f99f167e43 100644 |
--- a/public/platform/WebSpeechSynthesizerClient.h |
+++ b/public/platform/WebSpeechSynthesizerClient.h |
@@ -30,7 +30,7 @@ |
#include "WebSpeechSynthesisVoice.h" |
#include "WebVector.h" |
-namespace WebKit { |
+namespace blink { |
class WebSpeechSynthesizerClient { |
public: |
@@ -46,6 +46,6 @@ public: |
virtual void sentenceBoundaryEventOccurred(const WebSpeechSynthesisUtterance&, unsigned charIndex) = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebSpeechSynthesizerClient_h |