Index: Source/modules/speech/SpeechGrammar.h |
diff --git a/Source/modules/speech/SpeechGrammar.h b/Source/modules/speech/SpeechGrammar.h |
index dcd79e67da43caba0e5108326dc57c4b4e67da0a..bc60a697aba7c7b01a078d730c12edb2eb21e669 100644 |
--- a/Source/modules/speech/SpeechGrammar.h |
+++ b/Source/modules/speech/SpeechGrammar.h |
@@ -31,7 +31,7 @@ |
#include "platform/weborigin/KURL.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
@@ -57,6 +57,6 @@ private: |
double m_weight; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // SpeechGrammar_h |