Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(429)

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.cc

Issue 10412050: Change most content::URLFetcher references to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ChromeOS, address comments Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/intents/web_intent_picker_controller.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc
index 67997cde0483ca978c832d556a6e0715ef60936a..8d4bacfcfb2aa7a94e8a100c94018afbd3972c3f 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
@@ -559,10 +559,10 @@ void WebIntentPickerController::OnCWSIntentServicesAvailable(
info.average_rating);
pending_async_count_++;
- content::URLFetcher* icon_url_fetcher = content::URLFetcher::Create(
+ net::URLFetcher* icon_url_fetcher = content::URLFetcher::Create(
0,
info.icon_url,
- content::URLFetcher::GET,
+ net::URLFetcher::GET,
new URLFetcherTrampoline(
base::Bind(
&WebIntentPickerController::OnExtensionIconURLFetchComplete,
« no previous file with comments | « chrome/browser/translate/translate_manager.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698