| Index: chrome/browser/chromeos/customization_document.cc
|
| diff --git a/chrome/browser/chromeos/customization_document.cc b/chrome/browser/chromeos/customization_document.cc
|
| index 01bdb8ec6cef34a71cea79b18697c157ec122a93..b0ae1779551bd7d37092461a6b69e4c5afc59e2e 100644
|
| --- a/chrome/browser/chromeos/customization_document.cc
|
| +++ b/chrome/browser/chromeos/customization_document.cc
|
| @@ -303,7 +303,7 @@ void ServicesCustomizationDocument::StartFileFetch() {
|
| }
|
|
|
| void ServicesCustomizationDocument::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| if (source->GetResponseCode() == 200) {
|
| std::string data;
|
| source->GetResponseAsString(&data);
|
|
|