Index: Source/modules/speech/SpeechSynthesis.h |
diff --git a/Source/modules/speech/SpeechSynthesis.h b/Source/modules/speech/SpeechSynthesis.h |
index 0bfc160d0fb28c944a41f38204e03c3cf00e4670..e2698ab529abb15236935dce6bf420bd05d2af40 100644 |
--- a/Source/modules/speech/SpeechSynthesis.h |
+++ b/Source/modules/speech/SpeechSynthesis.h |
@@ -34,7 +34,7 @@ |
#include "platform/speech/PlatformSpeechSynthesisUtterance.h" |
#include "platform/speech/PlatformSpeechSynthesizer.h" |
-namespace WebCore { |
+namespace blink { |
class ExceptionState; |
class PlatformSpeechSynthesizerClient; |
@@ -93,6 +93,6 @@ private: |
virtual const AtomicString& interfaceName() const OVERRIDE; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechSynthesisEvent_h |