Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / testing / PlatformSpeechSynthesizerMock.cpp
index a5e36e5..dedde19 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "platform/speech/PlatformSpeechSynthesisUtterance.h"
 
-namespace WebCore {
+namespace blink {
 
 PlatformSpeechSynthesizerMock* PlatformSpeechSynthesizerMock::create(PlatformSpeechSynthesizerClient* client)
 {
@@ -113,4 +113,4 @@ void PlatformSpeechSynthesizerMock::trace(Visitor* visitor)
     PlatformSpeechSynthesizer::trace(visitor);
 }
 
-} // namespace WebCore
+} // namespace blink