| Index: chrome/browser/intranet_redirect_detector.h
|
| diff --git a/chrome/browser/intranet_redirect_detector.h b/chrome/browser/intranet_redirect_detector.h
|
| index a0a575d73a79ba14d329153b9eaaeb765b965a53..5518234a55fc214b228c3c53e32eea439bb5ea62 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 PrefServiceSimple;
|
| +class PrefRegistrySimple;
|
|
|
| // 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(PrefServiceSimple* prefs);
|
| + static void RegisterPrefs(PrefRegistrySimple* registry);
|
|
|
| // The number of characters the fetcher will use for its randomly-generated
|
| // hostnames.
|
|
|