| Index: components/toolbar/toolbar_model.h
|
| diff --git a/components/toolbar/toolbar_model.h b/components/toolbar/toolbar_model.h
|
| index dc67fc75ccc81c44186075548fa4aed4811ae69c..0a12208be1584357bc9affbe7900e488a95cc21b 100644
|
| --- a/components/toolbar/toolbar_model.h
|
| +++ b/components/toolbar/toolbar_model.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef COMPONENTS_TOOLBAR_TOOLBAR_MODEL_H_
|
| #define COMPONENTS_TOOLBAR_TOOLBAR_MODEL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "url/gurl.h"
|
|
|
|
|