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

Unified Diff: chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc

Issue 10412050: Change most content::URLFetcher references to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix indent and typo 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/oauth2_revocation_fetcher_unittest.cc
diff --git a/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc
index 3e50f54a63f87e946a817e49b2da21199009861d..0f640925177feb147e4349b1366253064c292156 100644
--- a/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc
+++ b/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc
@@ -26,7 +26,7 @@
#include "testing/gtest/include/gtest/gtest.h"
using content::BrowserThread;
-using content::URLFetcher;
+using net::URLFetcher;
using net::URLFetcherDelegate;
using content::URLFetcherFactory;
using net::ResponseCookies;

Powered by Google App Engine
This is Rietveld 408576698