| Index: chrome/renderer/tts_dispatcher.h
|
| diff --git a/chrome/renderer/tts_dispatcher.h b/chrome/renderer/tts_dispatcher.h
|
| index bbebe6d920a65da89401ca8f6caa1e191b8fca78..9cf3cebad65ed558357e99fde45b49422e3eb759 100644
|
| --- a/chrome/renderer/tts_dispatcher.h
|
| +++ b/chrome/renderer/tts_dispatcher.h
|
| @@ -11,8 +11,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/hash_tables.h"
|
| #include "content/public/renderer/render_process_observer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSpeechSynthesizer.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebSpeechSynthesizerClient.h"
|
| +#include "third_party/WebKit/public/platform/WebSpeechSynthesizer.h"
|
| +#include "third_party/WebKit/public/platform/WebSpeechSynthesizerClient.h"
|
|
|
| namespace IPC {
|
| class Message;
|
|
|