| Index: third_party/WebKit/public/web/WebSpeechRecognitionResult.h
|
| diff --git a/third_party/WebKit/public/web/WebSpeechRecognitionResult.h b/third_party/WebKit/public/web/WebSpeechRecognitionResult.h
|
| index a44770254f9949d2d6d987405e7e1db4a5c9524a..371a843f569a0e790cb499c219015da0b545d215 100644
|
| --- a/third_party/WebKit/public/web/WebSpeechRecognitionResult.h
|
| +++ b/third_party/WebKit/public/web/WebSpeechRecognitionResult.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef WebSpeechRecognitionResult_h
|
| #define WebSpeechRecognitionResult_h
|
|
|
| -#include "../platform/WebCommon.h"
|
| -#include "../platform/WebPrivatePtr.h"
|
| -#include "../platform/WebString.h"
|
| -#include "../platform/WebVector.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebPrivatePtr.h"
|
| +#include "public/platform/WebString.h"
|
| +#include "public/platform/WebVector.h"
|
|
|
| namespace blink {
|
|
|
|
|