| Index: chrome/browser/speech/tts_controller_impl.h
 | 
| diff --git a/chrome/browser/speech/tts_controller_impl.h b/chrome/browser/speech/tts_controller_impl.h
 | 
| index dc53d5ead2aa2de30583b2a8da7c46d056f1f836..23bb86c734706e1eba98a43fcf6daed028be7448 100644
 | 
| --- a/chrome/browser/speech/tts_controller_impl.h
 | 
| +++ b/chrome/browser/speech/tts_controller_impl.h
 | 
| @@ -10,6 +10,7 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/memory/singleton.h"
 | 
|  #include "chrome/browser/speech/tts_controller.h"
 | 
| 
 |