| Index: components/infobars/core/infobar_delegate.h
 | 
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
 | 
| index bed797f461274d2990cb5e3fe4679f14cd21b819..7508de872cb569ebab1153ac967846559b5e3cfe 100644
 | 
| --- a/components/infobars/core/infobar_delegate.h
 | 
| +++ b/components/infobars/core/infobar_delegate.h
 | 
| @@ -5,8 +5,9 @@
 | 
|  #ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
 | 
|  #define COMPONENTS_INFOBARS_CORE_INFOBAR_DELEGATE_H_
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/strings/string16.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "ui/base/window_open_disposition.h"
 | 
|  
 | 
|  class ConfirmInfoBarDelegate;
 | 
| 
 |