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

Unified Diff: Source/modules/speech/testing/InternalsSpeechSynthesis.cpp

Issue 403013002: Rename WebCore to blink in Modules (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/modules/speech/testing/InternalsSpeechSynthesis.cpp
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp b/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp
index eab9dccd4d57d9969f95d89cadf80701b439d23e..7ab3e40313614cbba5dc44957af06b574531aac5 100644
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp
+++ b/Source/modules/speech/testing/InternalsSpeechSynthesis.cpp
@@ -37,7 +37,7 @@
#include "modules/speech/SpeechSynthesis.h"
#include "modules/speech/testing/PlatformSpeechSynthesizerMock.h"
-namespace WebCore {
+namespace blink {
void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document* document)
{
@@ -50,4 +50,4 @@ void InternalsSpeechSynthesis::enableMockSpeechSynthesizer(Internals&, Document*
synthesis->setPlatformSynthesizer(PlatformSpeechSynthesizerMock::create(synthesis));
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698