Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechGrammarList.h
index 9b6f449..02c43ef 100644 (file)
 #ifndef SpeechGrammarList_h
 #define SpeechGrammarList_h
 
-#include "bindings/v8/ScriptWrappable.h"
+#include "bindings/core/v8/ScriptWrappable.h"
 #include "modules/speech/SpeechGrammar.h"
 #include "platform/heap/Handle.h"
 
-namespace WebCore {
+namespace blink {
 
 class ExecutionContext;
 
-class SpeechGrammarList : public GarbageCollectedFinalized<SpeechGrammarList>, public ScriptWrappable {
+class SpeechGrammarList FINAL : public GarbageCollected<SpeechGrammarList>, public ScriptWrappable {
 public:
     static SpeechGrammarList* create();
 
@@ -52,6 +52,6 @@ private:
     HeapVector<Member<SpeechGrammar> > m_grammars;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SpeechGrammarList_h