| Index: components/signin/core/account_id/account_id.h
|
| diff --git a/components/signin/core/account_id/account_id.h b/components/signin/core/account_id/account_id.h
|
| index 9f72030bd0e73378dd1d16d66b445e12402d927a..eee99df692f8e3bfdbe8cfa110b5ce88f066f756 100644
|
| --- a/components/signin/core/account_id/account_id.h
|
| +++ b/components/signin/core/account_id/account_id.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef COMPONENTS_SIGNIN_CORE_ACCOUNT_ID_ACCOUNT_ID_H_
|
| #define COMPONENTS_SIGNIN_CORE_ACCOUNT_ID_ACCOUNT_ID_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include "base/containers/hash_tables.h"
|
|
|
|
|