| Index: components/infobars/core/infobar_manager.h
|
| diff --git a/components/infobars/core/infobar_manager.h b/components/infobars/core/infobar_manager.h
|
| index ed48edc37946ed2099205d78ee3d74a5a66bed11..502edac68a9b7ba6795df303ee4bd9cf558d3cde 100644
|
| --- a/components/infobars/core/infobar_manager.h
|
| +++ b/components/infobars/core/infobar_manager.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_MANAGER_H_
|
| #define COMPONENTS_INFOBARS_CORE_INFOBAR_MANAGER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "components/infobars/core/infobar_delegate.h"
|
|
|