| Index: public/web/WebSpeechInputResult.h
|
| diff --git a/public/web/WebSpeechInputResult.h b/public/web/WebSpeechInputResult.h
|
| index 7aec879a49f2507a7ded938ba4188444b45eaac0..306674b7b63d3a516c26f035972c3616a3f27b63 100644
|
| --- a/public/web/WebSpeechInputResult.h
|
| +++ b/public/web/WebSpeechInputResult.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef WebSpeechInputResult_h
|
| #define WebSpeechInputResult_h
|
|
|
| -#include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebPrivatePtr.h"
|
| -#include "public/platform/WebString.h"
|
| -#include "public/platform/WebVector.h"
|
| +#include "../platform/WebCommon.h"
|
| +#include "../platform/WebPrivatePtr.h"
|
| +#include "../platform/WebString.h"
|
| +#include "../platform/WebVector.h"
|
|
|
| namespace WebCore {
|
| class SpeechInputResult;
|
|
|