| Index: chrome/browser/prefs/browser_prefs.cc
|
| ===================================================================
|
| --- chrome/browser/prefs/browser_prefs.cc (revision 106059)
|
| +++ chrome/browser/prefs/browser_prefs.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| #include "chrome/browser/net/http_server_properties_manager.h"
|
| #include "chrome/browser/net/net_pref_observer.h"
|
| #include "chrome/browser/net/predictor.h"
|
| -#include "chrome/browser/net/pref_proxy_config_service.h"
|
| +#include "chrome/browser/net/pref_proxy_config_tracker.h"
|
| #include "chrome/browser/net/ssl_config_service_manager.h"
|
| #include "chrome/browser/notifications/desktop_notification_service.h"
|
| #include "chrome/browser/notifications/notification_ui_manager.h"
|
| @@ -118,7 +118,7 @@
|
| geolocation::RegisterPrefs(local_state);
|
| BackgroundModeManager::RegisterPrefs(local_state);
|
| NotificationUIManager::RegisterPrefs(local_state);
|
| - PrefProxyConfigService::RegisterPrefs(local_state);
|
| + PrefProxyConfigTracker::RegisterPrefs(local_state);
|
| SSLConfigServiceManager::RegisterPrefs(local_state);
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| policy::CloudPolicySubsystem::RegisterPrefs(local_state);
|
| @@ -162,7 +162,7 @@
|
| PinnedTabCodec::RegisterUserPrefs(user_prefs);
|
| ExtensionPrefs::RegisterUserPrefs(user_prefs);
|
| TranslatePrefs::RegisterUserPrefs(user_prefs);
|
| - PrefProxyConfigService::RegisterPrefs(user_prefs);
|
| + PrefProxyConfigTracker::RegisterPrefs(user_prefs);
|
| #if defined(TOOLKIT_VIEWS)
|
| BrowserActionsContainer::RegisterUserPrefs(user_prefs);
|
| #elif defined(TOOLKIT_GTK)
|
|
|