summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_attributes_storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_attributes_storage.h')
-rw-r--r--chrome/browser/profiles/profile_attributes_storage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_attributes_storage.h b/chrome/browser/profiles/profile_attributes_storage.h
index e9026c5..67b82af 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 {