summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/chrome_feature_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/android/chrome_feature_list.cc')
-rw-r--r--chrome/browser/android/chrome_feature_list.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index 35a046c..e7bfe271 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;