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

Unified Diff: Source/modules/speech/SpeechGrammarList.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
« no previous file with comments | « Source/modules/speech/SpeechGrammarList.h ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/SpeechGrammarList.cpp
diff --git a/Source/modules/speech/SpeechGrammarList.cpp b/Source/modules/speech/SpeechGrammarList.cpp
index d2dbf0fc2ec7a4fc1b1fdc25d178d6232ec5908d..905e51774e03fdbc9ee50fd95b1924d333d88978 100644
--- a/Source/modules/speech/SpeechGrammarList.cpp
+++ b/Source/modules/speech/SpeechGrammarList.cpp
@@ -29,7 +29,7 @@
#include "core/dom/Document.h"
-namespace WebCore {
+namespace blink {
SpeechGrammarList* SpeechGrammarList::create()
{
@@ -66,4 +66,4 @@ void SpeechGrammarList::trace(Visitor* visitor)
visitor->trace(m_grammars);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/speech/SpeechGrammarList.h ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698