| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index 52b8ae5c5eead4aa39a4fa690279f254d3926d01..50c6cadfeba9b208b14e5e8eb0b8d1e4fe822b4a 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -23,6 +23,8 @@
|
| #include "ui/gfx/color_analysis.h"
|
| #include "url/gurl.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +using base::android::ScopedJavaLocalRef;
|
| using content::Manifest;
|
|
|
| namespace {
|
|
|