| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.h b/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| index 65e3bd744901ee46ceeca8e87f97c3750c0b414c..e7854eb9093dc98c63220da51f85b79447190a7f 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.h
|
| @@ -7,8 +7,12 @@
|
|
|
| #include "chrome/browser/profiles/profile_list.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| +
|
| class ProfileInfoInterface;
|
|
|
| namespace chromeos {
|
|
|