| Index: public/web/WebSpeechRecognitionParams.h
|
| diff --git a/public/web/WebSpeechRecognitionParams.h b/public/web/WebSpeechRecognitionParams.h
|
| index f28ffde4ab5ba59c1a6559d930c07d902bd012df..fd0681038c417f9eda5373bd1f292a89774738c0 100644
|
| --- a/public/web/WebSpeechRecognitionParams.h
|
| +++ b/public/web/WebSpeechRecognitionParams.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef WebSpeechRecognitionParams_h
|
| #define WebSpeechRecognitionParams_h
|
|
|
| -#include "public/platform/WebString.h"
|
| -#include "public/platform/WebVector.h"
|
| -#include "public/web/WebSecurityOrigin.h"
|
| -#include "public/web/WebSpeechGrammar.h"
|
| +#include "../platform/WebString.h"
|
| +#include "../platform/WebVector.h"
|
| +#include "WebSecurityOrigin.h"
|
| +#include "WebSpeechGrammar.h"
|
|
|
| namespace blink {
|
|
|
|
|