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

Unified Diff: Source/modules/speech/testing/InternalsSpeechSynthesis.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/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
« no previous file with comments | « Source/modules/speech/SpeechSynthesisVoice.cpp ('k') | Source/modules/speech/testing/InternalsSpeechSynthesis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698