| Index: Source/core/speech/SpeechInputEvent.h
|
| diff --git a/Source/core/page/SpeechInputEvent.h b/Source/core/speech/SpeechInputEvent.h
|
| similarity index 97%
|
| rename from Source/core/page/SpeechInputEvent.h
|
| rename to Source/core/speech/SpeechInputEvent.h
|
| index 0fe594c88cd981100161499be6950bab8b9780d9..1a00925bf39fb1b5258b1cd28fa507c90ef18896 100644
|
| --- a/Source/core/page/SpeechInputEvent.h
|
| +++ b/Source/core/speech/SpeechInputEvent.h
|
| @@ -29,7 +29,7 @@
|
| #if ENABLE(INPUT_SPEECH)
|
|
|
| #include "core/events/Event.h"
|
| -#include "core/page/SpeechInputResultList.h"
|
| +#include "core/speech/SpeechInputResultList.h"
|
|
|
| #include "wtf/PassRefPtr.h"
|
|
|
|
|