| Index: components/infobars/core/simple_alert_infobar_delegate.h
 | 
| diff --git a/components/infobars/core/simple_alert_infobar_delegate.h b/components/infobars/core/simple_alert_infobar_delegate.h
 | 
| index f2cd45458e280d11708112bdd1ccfc309925ff22..23d7c375a7049d80efd53a255055107d540f2f72 100644
 | 
| --- a/components/infobars/core/simple_alert_infobar_delegate.h
 | 
| +++ b/components/infobars/core/simple_alert_infobar_delegate.h
 | 
| @@ -5,8 +5,8 @@
 | 
|  #ifndef COMPONENTS_INFOBARS_CORE_SIMPLE_ALERT_INFOBAR_DELEGATE_H_
 | 
|  #define COMPONENTS_INFOBARS_CORE_SIMPLE_ALERT_INFOBAR_DELEGATE_H_
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/compiler_specific.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "components/infobars/core/confirm_infobar_delegate.h"
 | 
|  #include "ui/gfx/vector_icons_public.h"
 | 
| 
 |