Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / speech / SpeechRecognitionEvent.h
index 3483b10..f386b4d 100644 (file)
 #define SpeechRecognitionEvent_h
 
 #include "core/events/Event.h"
-#include "heap/Handle.h"
-#include "heap/Heap.h"
 #include "modules/speech/SpeechRecognitionResult.h"
 #include "modules/speech/SpeechRecognitionResultList.h"
+#include "platform/heap/Handle.h"
 #include "wtf/RefPtr.h"
 
 namespace WebCore {