Index: chrome/renderer/tts_dispatcher.h |
diff --git a/chrome/renderer/tts_dispatcher.h b/chrome/renderer/tts_dispatcher.h |
index 8dea4c062f891a615205aafc4efe944e48793a7a..e4a488020c0c53925d492a103f371af9d9479ad1 100644 |
--- a/chrome/renderer/tts_dispatcher.h |
+++ b/chrome/renderer/tts_dispatcher.h |
@@ -7,9 +7,9 @@ |
#include <vector> |
-#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
#include "base/containers/hash_tables.h" |
+#include "base/macros.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" |