| Index: chrome/browser/chromeos/input_method/mode_indicator_controller.h
 | 
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.h b/chrome/browser/chromeos/input_method/mode_indicator_controller.h
 | 
| index 0c7c196f88d781de49c50450a04cd6248828e539..4a5f2a9f214e75f362ae36964b2750f53c17bf8b 100644
 | 
| --- a/chrome/browser/chromeos/input_method/mode_indicator_controller.h
 | 
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.h
 | 
| @@ -5,6 +5,7 @@
 | 
|  #ifndef CHROME_BROWSER_CHROMEOS_INPUT_METHOD_MODE_INDICATOR_CONTROLLER_H_
 | 
|  #define CHROME_BROWSER_CHROMEOS_INPUT_METHOD_MODE_INDICATOR_CONTROLLER_H_
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "ui/base/ime/chromeos/input_method_manager.h"
 | 
|  #include "ui/gfx/geometry/rect.h"
 | 
| 
 |