Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index 775479174508804f107bf40c913a805590a1ccca..2978fb9e1c1e386f7eec5be92e6fee02b2192435 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -115,7 +115,6 @@ |
#include "content/public/common/url_constants.h" |
#include "content/public/common/url_utils.h" |
#include "content/public/common/web_preferences.h" |
-#include "mojo/common/url_type_converters.h" |
#include "net/base/url_util.h" |
#include "net/http/http_cache.h" |
#include "net/http/http_transaction_factory.h" |
@@ -3029,7 +3028,7 @@ int WebContentsImpl::DownloadImage( |
} |
mojo_image_downloader->DownloadImage( |
- mojo::String::From(url), is_favicon, max_bitmap_size, bypass_cache, |
+ url, is_favicon, max_bitmap_size, bypass_cache, |
base::Bind(&WebContentsImpl::OnDidDownloadImage, |
weak_factory_.GetWeakPtr(), callback, download_id, url)); |
return download_id; |