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 8d7e879f0cffb1f5d230d493436d986275a9a465..3e50f54a63f87e946a817e49b2da21199009861d 100644 |
--- a/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc |
+++ b/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc |
@@ -14,12 +14,12 @@ |
#include "chrome/common/net/gaia/oauth2_revocation_fetcher.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/public/common/url_fetcher.h" |
-#include "content/public/common/url_fetcher_delegate.h" |
#include "content/public/common/url_fetcher_factory.h" |
#include "content/test/test_browser_thread.h" |
#include "content/test/test_url_fetcher_factory.h" |
#include "googleurl/src/gurl.h" |
#include "net/http/http_status_code.h" |
+#include "net/url_request/url_fetcher_delegate.h" |
#include "net/url_request/url_request.h" |
#include "net/url_request/url_request_status.h" |
#include "testing/gmock/include/gmock/gmock.h" |
@@ -27,7 +27,7 @@ |
using content::BrowserThread; |
using content::URLFetcher; |
-using content::URLFetcherDelegate; |
+using net::URLFetcherDelegate; |
using content::URLFetcherFactory; |
using net::ResponseCookies; |
using net::URLRequestStatus; |