| Index: chrome/browser/chromeos/customization_document.cc
|
| diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
|
| index b0ae1779551bd7d37092461a6b69e4c5afc59e2e..cd7ac2e37503fe0d138d92ee7d1298e63ebe25ed 100644
|
| --- a/chrome/browser/chromeos/customization_document.cc
|
| +++ b/chrome/browser/chromeos/customization_document.cc
|
| @@ -296,7 +296,7 @@ void ServicesCustomizationDocument::ReadFileInBackground(const FilePath& file) {
|
| void ServicesCustomizationDocument::StartFileFetch() {
|
| DCHECK(url_.is_valid());
|
| url_fetcher_.reset(content::URLFetcher::Create(
|
| - url_, content::URLFetcher::GET, this));
|
| + url_, net::URLFetcher::GET, this));
|
| url_fetcher_->SetRequestContext(
|
| ProfileManager::GetDefaultProfile()->GetRequestContext());
|
| url_fetcher_->Start();
|
|
|