Index: Source/modules/speech/testing/InternalsSpeechSynthesis.h |
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.h b/Source/modules/speech/testing/InternalsSpeechSynthesis.h |
index 286899aaa70943296780cddebe9f1f0ee919167b..f495ffffeeafbe09ae9622cdc54e145ee11b6dcf 100644 |
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.h |
+++ b/Source/modules/speech/testing/InternalsSpeechSynthesis.h |
@@ -31,7 +31,7 @@ |
#ifndef InternalsSpeechSynthesis_h |
#define InternalsSpeechSynthesis_h |
-namespace WebCore { |
+namespace blink { |
class Document; |
class Internals; |
@@ -41,6 +41,6 @@ public: |
static void enableMockSpeechSynthesizer(Internals&, Document*); |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // InternalsSpeechSynthesis_h |