| Index: chrome/browser/android/profiles/profile_downloader_android.cc
 | 
| diff --git a/chrome/browser/android/profiles/profile_downloader_android.cc b/chrome/browser/android/profiles/profile_downloader_android.cc
 | 
| index 9ff6f4df439372f9a7134099ebb001f6ebfcb65e..635689d702cb825af1d8e467b79e72d26467cef2 100644
 | 
| --- a/chrome/browser/android/profiles/profile_downloader_android.cc
 | 
| +++ b/chrome/browser/android/profiles/profile_downloader_android.cc
 | 
| @@ -4,8 +4,11 @@
 | 
|  
 | 
|  #include "chrome/browser/android/profiles/profile_downloader_android.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include "base/android/jni_android.h"
 | 
|  #include "base/android/jni_string.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "chrome/browser/browser_process.h"
 | 
|  #include "chrome/browser/profiles/profile_android.h"
 | 
|  #include "chrome/browser/profiles/profile_avatar_icon_util.h"
 | 
| 
 |