| Index: chrome/browser/chromeos/extensions/input_method_api.h
 | 
| diff --git a/chrome/browser/chromeos/extensions/input_method_api.h b/chrome/browser/chromeos/extensions/input_method_api.h
 | 
| index f8cd11905eefcda296082e26bc25c8b775471468..6d679055ac4ce0665536a704e37350534e7bd642 100644
 | 
| --- a/chrome/browser/chromeos/extensions/input_method_api.h
 | 
| +++ b/chrome/browser/chromeos/extensions/input_method_api.h
 | 
| @@ -6,6 +6,7 @@
 | 
|  #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_
 | 
|  
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "extensions/browser/browser_context_keyed_api_factory.h"
 | 
|  #include "extensions/browser/event_router.h"
 | 
| 
 |