Index: chrome/browser/ui/webui/chromeos/imageburner_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/imageburner_ui.cc b/chrome/browser/ui/webui/chromeos/imageburner_ui.cc |
index 9e768bedd5e14de3a7748b38eb672ad7705a7e03..31e18b617b1fa5da138d359240f47a43e240438e 100644 |
--- a/chrome/browser/ui/webui/chromeos/imageburner_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/imageburner_ui.cc |
@@ -613,7 +613,7 @@ void ImageBurnResourceManager::ModelChanged() { |
for (std::vector<DownloadItem*>::const_iterator it = downloads.begin(); |
it != downloads.end(); |
++it) { |
- if ((*it)->url() == config_file_url_) { |
+ if ((*it)->GetURL() == config_file_url_) { |
download_item_observer_added_ = true; |
(*it)->AddObserver(this); |
active_download_item_ = *it; |