| Index: chrome/browser/android/banners/app_banner_manager.cc
|
| diff --git a/chrome/browser/android/banners/app_banner_manager.cc b/chrome/browser/android/banners/app_banner_manager.cc
|
| index 03488077bca50f5e88188bf33eaa512080d2e597..92860677d7220cfaf1e7151417442111f69ad5c6 100644
|
| --- a/chrome/browser/android/banners/app_banner_manager.cc
|
| +++ b/chrome/browser/android/banners/app_banner_manager.cc
|
| @@ -134,7 +134,7 @@ bool AppBannerManager::FetchIcon(JNIEnv* env,
|
| Profile* profile =
|
| Profile::FromBrowserContext(web_contents()->GetBrowserContext());
|
| fetcher_.reset(new chrome::BitmapFetcher(GURL(image_url), this));
|
| - fetcher_.get()->Start(profile);
|
| + fetcher_.get()->Start(profile->GetRequestContext());
|
| return true;
|
| }
|
|
|
|
|