| Index: Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/Source/core/html/shadow/TextControlInnerElements.cpp b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index 61aa179e988d69d3ac310dcce4a3be9bf2dd2008..8cd25aa5955f1a8dff97db137b91516693a82dba 100644
|
| --- a/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -38,10 +38,10 @@
|
| #include "core/html/shadow/ShadowElementNames.h"
|
| #include "core/page/EventHandler.h"
|
| #include "core/page/Frame.h"
|
| -#include "core/page/SpeechInput.h"
|
| -#include "core/page/SpeechInputEvent.h"
|
| #include "core/rendering/RenderTextControlSingleLine.h"
|
| #include "core/rendering/RenderView.h"
|
| +#include "core/speech/SpeechInput.h"
|
| +#include "core/speech/SpeechInputEvent.h"
|
| #include "platform/UserGestureIndicator.h"
|
|
|
| namespace WebCore {
|
|
|