Index: Source/platform/speech/PlatformSpeechSynthesisVoice.h |
diff --git a/Source/platform/speech/PlatformSpeechSynthesisVoice.h b/Source/platform/speech/PlatformSpeechSynthesisVoice.h |
index 0a03543f35e414b5708e7c2504b6bbcf710be23c..681ba97c9532da1158600161d0fe180c2af0383d 100644 |
--- a/Source/platform/speech/PlatformSpeechSynthesisVoice.h |
+++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.h |
@@ -30,7 +30,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class PLATFORM_EXPORT PlatformSpeechSynthesisVoice FINAL : public GarbageCollectedFinalized<PlatformSpeechSynthesisVoice> { |
public: |
@@ -65,6 +65,6 @@ private: |
bool m_default; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // PlatformSpeechSynthesisVoice_h |