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

Unified Diff: Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h

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/PlatformSpeechSynthesizerMock.h
diff --git a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h
index ad37336b90b1f6a1699ec564fe00c6d932906045..593139d9d3c4a0eab9592e512b597f01cd798031 100644
--- a/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h
+++ b/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.h
@@ -30,7 +30,7 @@
#include "platform/heap/Handle.h"
#include "platform/speech/PlatformSpeechSynthesizer.h"
-namespace WebCore {
+namespace blink {
class PlatformSpeechSynthesizerMock FINAL : public PlatformSpeechSynthesizer {
public:
@@ -55,6 +55,6 @@ private:
Member<PlatformSpeechSynthesisUtterance> m_utterance;
};
-} // namespace WebCore
+} // namespace blink
#endif // PlatformSpeechSynthesizer_h

Powered by Google App Engine
This is Rietveld 408576698