Index: Source/platform/speech/PlatformSpeechSynthesisVoice.cpp |
diff --git a/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp |
index 9550f91e3a3a316c1a5091f8884236674928981f..e618421fdfd45393015cef76477d29a4072252ed 100644 |
--- a/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp |
+++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp |
@@ -26,7 +26,7 @@ |
#include "config.h" |
#include "platform/speech/PlatformSpeechSynthesisVoice.h" |
-namespace WebCore { |
+namespace blink { |
PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault) |
{ |
@@ -53,4 +53,4 @@ PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice() |
{ |
} |
-} // namespace WebCore |
+} // namespace blink |