Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1457)

Unified Diff: Source/core/platform/chromium/support/WebSpeechSynthesisUtterance.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698