| Index: components/favicon/core/favicon_handler.h
|
| diff --git a/components/favicon/core/favicon_handler.h b/components/favicon/core/favicon_handler.h
|
| index b423919b13012bf1b8be97836092b274daab477f..b70ca2a363fca7f9109a183c4cce8488577e4344 100644
|
| --- a/components/favicon/core/favicon_handler.h
|
| +++ b/components/favicon/core/favicon_handler.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef COMPONENTS_FAVICON_CORE_FAVICON_HANDLER_H_
|
| #define COMPONENTS_FAVICON_CORE_FAVICON_HANDLER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| #include "components/favicon/core/favicon_driver_observer.h"
|
|
|