| Index: chrome/browser/profiles/profile_attributes_entry.h
|
| diff --git a/chrome/browser/profiles/profile_attributes_entry.h b/chrome/browser/profiles/profile_attributes_entry.h
|
| index 3fdbdd647f28f800dc811606314369bdd342a434..081c5c55557a49fa77cd061df1cae86cf7c506bf 100644
|
| --- a/chrome/browser/profiles/profile_attributes_entry.h
|
| +++ b/chrome/browser/profiles/profile_attributes_entry.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_BROWSER_PROFILES_PROFILE_ATTRIBUTES_ENTRY_H_
|
| #define CHROME_BROWSER_PROFILES_PROFILE_ATTRIBUTES_ENTRY_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
|
|
|
|