Index: chrome/browser/intranet_redirect_detector.h |
diff --git a/chrome/browser/intranet_redirect_detector.h b/chrome/browser/intranet_redirect_detector.h |
index 5f14c6716517c3bd0edca90bf6181efbf3b642f7..677a63873f307a296d9836557251676b7074694b 100644 |
--- a/chrome/browser/intranet_redirect_detector.h |
+++ b/chrome/browser/intranet_redirect_detector.h |
@@ -13,10 +13,10 @@ |
#include "base/memory/weak_ptr.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
-#include "content/public/common/url_fetcher_delegate.h" |
#include "googleurl/src/gurl.h" |
#include "net/base/host_resolver_proc.h" |
#include "net/base/network_change_notifier.h" |
+#include "net/url_request/url_fetcher_delegate.h" |
class PrefService; |
@@ -37,7 +37,7 @@ class PrefService; |
// return a value at all times (even during startup or in unittest mode). If no |
// redirection is in place, the returned GURL will be empty. |
class IntranetRedirectDetector |
- : public content::URLFetcherDelegate, |
+ : public net::URLFetcherDelegate, |
public net::NetworkChangeNotifier::IPAddressObserver { |
public: |
// Only the main browser process loop should call this, when setting up |
@@ -66,7 +66,7 @@ class IntranetRedirectDetector |
// switch sleep has finished. Runs any pending fetch. |
void FinishSleep(); |
- // content::URLFetcherDelegate |
+ // net::URLFetcherDelegate |
virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
// NetworkChangeNotifier::IPAddressObserver |