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

Unified Diff: chrome/common/net/gaia/mock_url_fetcher_factory.h

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup 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/common/net/gaia/mock_url_fetcher_factory.h
diff --git a/chrome/common/net/gaia/mock_url_fetcher_factory.h b/chrome/common/net/gaia/mock_url_fetcher_factory.h
index 6d8873184a039103e0ad11537ddb2bb9ba237edc..f1bc80c0ec17d25b2f38d0bf1c617dda6336e6ec 100644
--- a/chrome/common/net/gaia/mock_url_fetcher_factory.h
+++ b/chrome/common/net/gaia/mock_url_fetcher_factory.h
@@ -22,7 +22,7 @@ class MockFetcher : public TestURLFetcher {
const GURL& url,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
MockFetcher(const GURL& url,
const net::URLRequestStatus& status,
@@ -30,7 +30,7 @@ class MockFetcher : public TestURLFetcher {
const net::ResponseCookies& cookies,
const std::string& results,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d);
+ net::URLFetcherDelegate* d);
virtual ~MockFetcher();
@@ -53,7 +53,7 @@ class MockURLFetcherFactory : public content::URLFetcherFactory,
int id,
const GURL& url,
content::URLFetcher::RequestType request_type,
- content::URLFetcherDelegate* d) OVERRIDE {
+ net::URLFetcherDelegate* d) OVERRIDE {
return new T(success_, url, results_, request_type, d);
}
void set_success(bool success) {
« no previous file with comments | « chrome/common/net/gaia/gaia_oauth_client_unittest.cc ('k') | chrome/common/net/gaia/oauth2_access_token_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698