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/PlatformSpeechSynthesisVoice.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/PlatformSpeechSynthesisVoice.cpp
diff --git a/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
index 9550f91e3a3a316c1a5091f8884236674928981f..e618421fdfd45393015cef76477d29a4072252ed 100644
--- a/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
+++ b/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "platform/speech/PlatformSpeechSynthesisVoice.h"
-namespace WebCore {
+namespace blink {
PlatformSpeechSynthesisVoice* PlatformSpeechSynthesisVoice::create(const String& voiceURI, const String& name, const String& lang, bool localService, bool isDefault)
{
@@ -53,4 +53,4 @@ PlatformSpeechSynthesisVoice::PlatformSpeechSynthesisVoice()
{
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/speech/PlatformSpeechSynthesisVoice.h ('k') | Source/platform/speech/PlatformSpeechSynthesizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698