summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/webapps/webapp_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/android/webapps/webapp_registry.h')
-rw-r--r--chrome/browser/android/webapps/webapp_registry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/android/webapps/webapp_registry.h b/chrome/browser/android/webapps/webapp_registry.h
index c54c2b9..26357bc 100644
--- a/chrome/browser/android/webapps/webapp_registry.h
+++ b/chrome/browser/android/webapps/webapp_registry.h
@@ -8,6 +8,7 @@
#include "base/android/jni_android.h"
#include "base/android/scoped_java_ref.h"
#include "base/callback_forward.h"
+#include "base/macros.h"
// WebappRegistry is the C++ counterpart of
// org.chromium.chrome.browser.webapp's WebappRegistry in Java.