| Index: public/webview/WebSpeechRecognitionResult.h
|
| diff --git a/Source/WebKit/chromium/public/WebSpeechRecognitionResult.h b/public/webview/WebSpeechRecognitionResult.h
|
| similarity index 91%
|
| copy from Source/WebKit/chromium/public/WebSpeechRecognitionResult.h
|
| copy to public/webview/WebSpeechRecognitionResult.h
|
| index b22ca665ec0492fbd550c249c907e7e34da0f457..0c381054d8d995a93e7c184aab8d655061e9f424 100644
|
| --- a/Source/WebKit/chromium/public/WebSpeechRecognitionResult.h
|
| +++ b/public/webview/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;
|
|
|