| Index: chrome/renderer/tts_dispatcher.h
|
| diff --git a/chrome/renderer/tts_dispatcher.h b/chrome/renderer/tts_dispatcher.h
|
| index 9cf3cebad65ed558357e99fde45b49422e3eb759..397ba642f8e39ed37efa0b80e746e0ef7f92a1d5 100644
|
| --- a/chrome/renderer/tts_dispatcher.h
|
| +++ b/chrome/renderer/tts_dispatcher.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| -#include "base/hash_tables.h"
|
| +#include "base/containers/hash_tables.h"
|
| #include "content/public/renderer/render_process_observer.h"
|
| #include "third_party/WebKit/public/platform/WebSpeechSynthesizer.h"
|
| #include "third_party/WebKit/public/platform/WebSpeechSynthesizerClient.h"
|
|
|