| Index: chrome/browser/android/profiles/profile_downloader_android.cc
|
| diff --git a/chrome/browser/android/profiles/profile_downloader_android.cc b/chrome/browser/android/profiles/profile_downloader_android.cc
|
| index 0a79c35ee7b83dee5f76412183a0a231bb10831e..399b8f460e1452f9ca05c4fc690ab8c7d6a27962 100644
|
| --- a/chrome/browser/android/profiles/profile_downloader_android.cc
|
| +++ b/chrome/browser/android/profiles/profile_downloader_android.cc
|
| @@ -25,6 +25,9 @@
|
| #include "ui/gfx/android/java_bitmap.h"
|
| #include "ui/gfx/image/image_skia.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +using base::android::ScopedJavaLocalRef;
|
| +
|
| namespace {
|
|
|
| // An account fetcher callback.
|
|
|