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

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

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_browsertest.cc
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
index 6528dab9dfc2002a137f945ecf8c4f9900393d25..f7d512cf6fe519772e7b49f20294bd6d2f9787cb 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
+++ b/chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc
@@ -8,11 +8,11 @@
#include "base/bind.h"
#include "base/callback.h"
#include "base/memory/scoped_ptr.h"
-#include "base/stringprintf.h"
#include "base/string_util.h"
+#include "base/stringprintf.h"
wtc 2012/05/22 17:26:38 On Linux, the "ls" command lists string_util.h aft
akalin 2012/05/22 21:07:05 I don't -- that's curious. Perhaps pre-existing t
#include "base/utf_string_conversions.h"
-#include "chrome/browser/intents/default_web_intent_service.h"
#include "chrome/browser/favicon/favicon_service.h"
+#include "chrome/browser/intents/default_web_intent_service.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/intents/web_intent_picker.h"
@@ -85,7 +85,7 @@ class DummyURLFetcherFactory : public content::URLFetcherFactory {
int id,
const GURL& url,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d) OVERRIDE {
+ net::URLFetcherDelegate* d) OVERRIDE {
return new TestURLFetcher(id, url, d);
}
};

Powered by Google App Engine
This is Rietveld 408576698