| Index: components/infobars/core/infobar_container.h
|
| diff --git a/components/infobars/core/infobar_container.h b/components/infobars/core/infobar_container.h
|
| index ab90ad1ae2a838c30d63782f5ed300f143419cf1..9707e9139cf649a289add258f2e08e80947839e6 100644
|
| --- a/components/infobars/core/infobar_container.h
|
| +++ b/components/infobars/core/infobar_container.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef COMPONENTS_INFOBARS_CORE_INFOBAR_CONTAINER_H_
|
| #define COMPONENTS_INFOBARS_CORE_INFOBAR_CONTAINER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/time/time.h"
|
| #include "components/infobars/core/infobar_manager.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
|
|