| Index: components/sync_sessions/tab_node_pool.h
|
| diff --git a/components/sync_sessions/tab_node_pool.h b/components/sync_sessions/tab_node_pool.h
|
| index d2539c0832ac13a6ac2175bfa447865dfdd6dee4..77021a139475777a4863d8a33771d45bc64732a8 100644
|
| --- a/components/sync_sessions/tab_node_pool.h
|
| +++ b/components/sync_sessions/tab_node_pool.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef COMPONENTS_SYNC_SESSIONS_TAB_NODE_POOL_H_
|
| #define COMPONENTS_SYNC_SESSIONS_TAB_NODE_POOL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <map>
|
| #include <set>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "components/sessions/core/session_id.h"
|
| #include "sync/api/sync_change_processor.h"
|
|
|
|
|