| Index: chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| index ba6732f42240274e61db5447ba35c5c9549c86bc..52e454927ee79e5a6aa16039685ed756ecf44db0 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| @@ -22,6 +22,8 @@
|
| #include "ui/gfx/color_analysis.h"
|
| #include "url/gurl.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +using base::android::ScopedJavaLocalRef;
|
| using content::Manifest;
|
|
|
| jlong Initialize(JNIEnv* env,
|
|
|