| Index: chrome/browser/ui/alternate_error_tab_observer.h
|
| diff --git a/chrome/browser/ui/alternate_error_tab_observer.h b/chrome/browser/ui/alternate_error_tab_observer.h
|
| index df4e1745a77798635578d6b13235f871705b9c5a..6809268214db3b08baae9a0569d30ab688bc880d 100644
|
| --- a/chrome/browser/ui/alternate_error_tab_observer.h
|
| +++ b/chrome/browser/ui/alternate_error_tab_observer.h
|
| @@ -6,12 +6,12 @@
|
| #define CHROME_BROWSER_UI_ALTERNATE_ERROR_TAB_OBSERVER_H_
|
|
|
| #include "base/prefs/public/pref_change_registrar.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
|
|
| +class PrefRegistrySyncable;
|
| class Profile;
|
|
|
| // Per-tab class to implement alternate error page functionality.
|
| @@ -22,7 +22,7 @@ class AlternateErrorPageTabObserver
|
| public:
|
| virtual ~AlternateErrorPageTabObserver();
|
|
|
| - static void RegisterUserPrefs(PrefServiceSyncable* prefs);
|
| + static void RegisterUserPrefs(PrefRegistrySyncable* registry);
|
|
|
| private:
|
| explicit AlternateErrorPageTabObserver(content::WebContents* web_contents);
|
|
|