Index: chrome/browser/intranet_redirect_detector.h |
diff --git a/chrome/browser/intranet_redirect_detector.h b/chrome/browser/intranet_redirect_detector.h |
index e08b2de89c6f55e67104357f2082d3a6e946f7ed..a0a575d73a79ba14d329153b9eaaeb765b965a53 100644 |
--- a/chrome/browser/intranet_redirect_detector.h |
+++ b/chrome/browser/intranet_redirect_detector.h |
@@ -17,7 +17,7 @@ |
#include "net/base/network_change_notifier.h" |
#include "net/url_request/url_fetcher_delegate.h" |
-class PrefService; |
+class PrefServiceSimple; |
// This object is responsible for determining whether the user is on a network |
// that redirects requests for intranet hostnames to another site, and if so, |
@@ -52,7 +52,7 @@ class IntranetRedirectDetector |
// is in place. |
static GURL RedirectOrigin(); |
- static void RegisterPrefs(PrefService* prefs); |
+ static void RegisterPrefs(PrefServiceSimple* prefs); |
// The number of characters the fetcher will use for its randomly-generated |
// hostnames. |