Index: chrome/browser/android/webapps/add_to_homescreen_manager.h |
diff --git a/chrome/browser/android/webapps/add_to_homescreen_manager.h b/chrome/browser/android/webapps/add_to_homescreen_manager.h |
index 1832771e6918ba0f683628780dc67f054b8171f7..fb01f78e7d25368bba4b8bbbd368a7f7bc7a357e 100644 |
--- a/chrome/browser/android/webapps/add_to_homescreen_manager.h |
+++ b/chrome/browser/android/webapps/add_to_homescreen_manager.h |
@@ -9,6 +9,7 @@ |
#include "base/android/scoped_java_ref.h" |
#include "base/macros.h" |
#include "chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h" |
+#include "third_party/WebKit/public/platform/modules/installation/installation.mojom.h" |
dominickn
2016/12/15 03:45:59
Nit: move this include to the cc file.
Matt Giuca
2016/12/15 06:17:23
Done.
|
namespace content { |
class WebContents; |