diff options
Diffstat (limited to 'chrome/browser/profiles/profile_attributes_entry.h')
| -rw-r--r-- | chrome/browser/profiles/profile_attributes_entry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_attributes_entry.h b/chrome/browser/profiles/profile_attributes_entry.h index 3fdbdd6..081c5c5 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" |
