| Index: chrome/renderer/tts_dispatcher.cc
|
| diff --git a/chrome/renderer/tts_dispatcher.cc b/chrome/renderer/tts_dispatcher.cc
|
| index 899da6cd2c5d7c4792d00ecc6a8915dacdc36ae0..f4f555a1c5168644dc2ddf9531987d37284f98ff 100644
|
| --- a/chrome/renderer/tts_dispatcher.cc
|
| +++ b/chrome/renderer/tts_dispatcher.cc
|
| @@ -9,11 +9,11 @@
|
| #include "chrome/common/tts_messages.h"
|
| #include "chrome/common/tts_utterance_request.h"
|
| #include "content/public/renderer/render_thread.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCString.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSpeechSynthesisUtterance.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSpeechSynthesisVoice.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/WebCString.h"
|
| +#include "third_party/WebKit/public/platform/WebSpeechSynthesisUtterance.h"
|
| +#include "third_party/WebKit/public/platform/WebSpeechSynthesisVoice.h"
|
| +#include "third_party/WebKit/public/platform/WebString.h"
|
| +#include "third_party/WebKit/public/platform/WebVector.h"
|
|
|
| using content::RenderThread;
|
| using WebKit::WebSpeechSynthesizerClient;
|
|
|