| Index: content/renderer/speech_recognition_dispatcher.cc
|
| diff --git a/content/renderer/speech_recognition_dispatcher.cc b/content/renderer/speech_recognition_dispatcher.cc
|
| index b5437e94b67c1013d5c201b44841280113fd0521..5a923da0bc54e018a1b959351a4ae1fc5fd9c01e 100644
|
| --- a/content/renderer/speech_recognition_dispatcher.cc
|
| +++ b/content/renderer/speech_recognition_dispatcher.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "content/common/speech_recognition_messages.h"
|
| #include "content/renderer/render_view_impl.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSpeechGrammar.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSpeechRecognitionParams.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebSpeechRecognitionResult.h"
|
|
|