Chromium Code Reviews| Index: chrome/browser/chromeos/customization_document.cc |
| =================================================================== |
| --- chrome/browser/chromeos/customization_document.cc (revision 107626) |
| +++ chrome/browser/chromeos/customization_document.cc (working copy) |
| @@ -320,7 +320,7 @@ |
| } |
| LOG(ERROR) << "URL fetch for services customization failed:" |
| << " response code = " << source->GetResponseCode() |
| - << " URL = " << source->GetUrl().spec(); |
| + << " URL = " << source->GetURL().spec(); |
| } |
| } |