| Index: chrome/browser/android/chrome_feature_list.cc
 | 
| diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
 | 
| index 35a046c636627172fea258c1daa4331bdfa42376..e7bfe27197b761ef04314137c6f5c3fba98705a6 100644
 | 
| --- a/chrome/browser/android/chrome_feature_list.cc
 | 
| +++ b/chrome/browser/android/chrome_feature_list.cc
 | 
| @@ -4,10 +4,13 @@
 | 
|  
 | 
|  #include "chrome/browser/android/chrome_feature_list.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
|  #include "base/android/jni_string.h"
 | 
|  #include "base/feature_list.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "jni/ChromeFeatureList_jni.h"
 | 
|  
 | 
|  using base::android::ConvertJavaStringToUTF8;
 | 
| 
 |