| Index: components/keyed_service/core/refcounted_keyed_service_factory.h
 | 
| diff --git a/components/keyed_service/core/refcounted_keyed_service_factory.h b/components/keyed_service/core/refcounted_keyed_service_factory.h
 | 
| index de8b3b4b98a762d108fa78690e279e7dd23b449b..ea0e3a6731142088cc59fae94dda69018ea0ca7c 100644
 | 
| --- a/components/keyed_service/core/refcounted_keyed_service_factory.h
 | 
| +++ b/components/keyed_service/core/refcounted_keyed_service_factory.h
 | 
| @@ -7,8 +7,8 @@
 | 
|  
 | 
|  #include <map>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "components/keyed_service/core/keyed_service_base_factory.h"
 | 
|  #include "components/keyed_service/core/keyed_service_export.h"
 | 
| 
 |