Index: Source/modules/speech/SpeechGrammarList.h |
diff --git a/Source/modules/speech/SpeechGrammarList.h b/Source/modules/speech/SpeechGrammarList.h |
index a334722eb063cf8435fd89988e3a84aabfc39ed7..0611d464d658d196063c3da92a2328ce82e309d0 100644 |
--- a/Source/modules/speech/SpeechGrammarList.h |
+++ b/Source/modules/speech/SpeechGrammarList.h |
@@ -30,7 +30,7 @@ |
#include "modules/speech/SpeechGrammar.h" |
#include "platform/heap/Handle.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
@@ -52,6 +52,6 @@ private: |
HeapVector<Member<SpeechGrammar> > m_grammars; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechGrammarList_h |