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

Unified Diff: Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/platform/speech/PlatformSpeechSynthesisUtterance.cpp
diff --git a/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
index 97e988a2f6b193f8f912fe990025d72da8a7481f..2c0a93ea71a88c78bd7ffd29f4b3fa773a50c4be 100644
--- a/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
+++ b/Source/platform/speech/PlatformSpeechSynthesisUtterance.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "platform/speech/PlatformSpeechSynthesisUtterance.h"
-namespace WebCore {
+namespace blink {
PlatformSpeechSynthesisUtterance* PlatformSpeechSynthesisUtterance::create(PlatformSpeechSynthesisUtteranceClient* client)
{
@@ -47,4 +47,4 @@ void PlatformSpeechSynthesisUtterance::trace(Visitor* visitor)
visitor->trace(m_voice);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesisUtterance.h ('k') | Source/platform/speech/PlatformSpeechSynthesisVoice.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698