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/DOMWindowSpeechSynthesis.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/DOMWindowSpeechSynthesis.h
diff --git a/Source/modules/speech/DOMWindowSpeechSynthesis.h b/Source/modules/speech/DOMWindowSpeechSynthesis.h
index 865bdb1e7cccd13cf9ca8dd2c8e83a3b49e50f2f..03a03b9b67f6d8a8884911f6ec409dce9c9936b1 100644
--- a/Source/modules/speech/DOMWindowSpeechSynthesis.h
+++ b/Source/modules/speech/DOMWindowSpeechSynthesis.h
@@ -31,7 +31,7 @@
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class LocalDOMWindow;
@@ -54,6 +54,6 @@ private:
PersistentWillBeMember<SpeechSynthesis> m_speechSynthesis;
};
-} // namespace WebCore
+} // namespace blink
#endif // DOMWindowSpeechSynthesis_h
« no previous file with comments | « Source/modules/serviceworkers/WaitUntilObserver.cpp ('k') | Source/modules/speech/DOMWindowSpeechSynthesis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698