Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechGrammar.h
index 5a0da91..bc60a69 100644 (file)
 #ifndef SpeechGrammar_h
 #define SpeechGrammar_h
 
-#include "bindings/v8/ScriptWrappable.h"
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "platform/heap/Handle.h"
 #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