Index: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp |
diff --git a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp |
index 9a511a242e9c725e53b5cd470ce0aa1a4f490ae4..9a2cbe7315d7e0d91fa5ddd7c1d0cf5f7f1ba26d 100644 |
--- a/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp |
+++ b/Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp |
@@ -33,7 +33,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebSpeechSynthesisUtterance::WebSpeechSynthesisUtterance(const PassRefPtr<PlatformSpeechSynthesisUtterance>& utterance) |
: m_private(utterance) |
@@ -101,4 +101,4 @@ double WebSpeechSynthesisUtterance::startTime() const |
return m_private->startTime(); |
} |
-} // namespace WebKit |
+} // namespace blink |