| Index: chrome/browser/profiles/profile_info_interface.h
|
| diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
|
| index 48a26e87661caee2640ec24c8b7dd4fefb2b9f1e..961060e2d32b96251871caaab9581262e592a6b4 100644
|
| --- a/chrome/browser/profiles/profile_info_interface.h
|
| +++ b/chrome/browser/profiles/profile_info_interface.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_PROFILES_PROFILE_INFO_INTERFACE_H_
|
| #define CHROME_BROWSER_PROFILES_PROFILE_INFO_INTERFACE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/strings/string16.h"
|
|
|
|
|