| Index: public/web/WebSpeechRecognitionResult.h
|
| diff --git a/public/web/WebSpeechRecognitionResult.h b/public/web/WebSpeechRecognitionResult.h
|
| index 43b7150e1e51a5489119de52e2127c6698d768ec..d9428c66b2299ed89f64270af0b738440932357d 100644
|
| --- a/public/web/WebSpeechRecognitionResult.h
|
| +++ b/public/web/WebSpeechRecognitionResult.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef WebSpeechRecognitionResult_h
|
| #define WebSpeechRecognitionResult_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 SpeechRecognitionResult;
|
|
|