| Index: chrome/browser/profiles/profile_attributes_storage.h
|
| diff --git a/chrome/browser/profiles/profile_attributes_storage.h b/chrome/browser/profiles/profile_attributes_storage.h
|
| index e9026c5f2f39b56c1fe503703e540b7ea2d0296c..67b82af81206123e63f94c888998bef6eba9645c 100644
|
| --- a/chrome/browser/profiles/profile_attributes_storage.h
|
| +++ b/chrome/browser/profiles/profile_attributes_storage.h
|
| @@ -5,6 +5,10 @@
|
| #ifndef CHROME_BROWSER_PROFILES_PROFILE_ATTRIBUTES_STORAGE_H_
|
| #define CHROME_BROWSER_PROFILES_PROFILE_ATTRIBUTES_STORAGE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| +
|
| class ProfileAttributesEntry;
|
|
|
| class ProfileAttributesStorage {
|
|
|