| Index: chrome/browser/chromeos/customization_wallpaper_downloader.cc
 | 
| diff --git a/chrome/browser/chromeos/customization_wallpaper_downloader.cc b/chrome/browser/chromeos/customization_wallpaper_downloader.cc
 | 
| index af1f97d71eb7f02e6e9aa3893f9b39eb82375c67..cd81d240d2c13066484ab63f772f24cb5f2029ca 100644
 | 
| --- a/chrome/browser/chromeos/customization_wallpaper_downloader.cc
 | 
| +++ b/chrome/browser/chromeos/customization_wallpaper_downloader.cc
 | 
| @@ -88,7 +88,7 @@ void CustomizationWallpaperDownloader::StartRequest() {
 | 
|  
 | 
|    url_fetcher_.reset(
 | 
|        net::URLFetcher::Create(wallpaper_url_, net::URLFetcher::GET, this));
 | 
| -  url_fetcher_->SetRequestContext(url_context_getter_);
 | 
| +  url_fetcher_->SetRequestContext(url_context_getter_.get());
 | 
|    url_fetcher_->SetLoadFlags(net::LOAD_BYPASS_CACHE |
 | 
|                               net::LOAD_DISABLE_CACHE |
 | 
|                               net::LOAD_DO_NOT_SAVE_COOKIES |
 | 
| 
 |