| Index: chrome/browser/chromeos/ui_proxy_config_service.h
|
| diff --git a/chrome/browser/chromeos/ui_proxy_config_service.h b/chrome/browser/chromeos/ui_proxy_config_service.h
|
| index 44c1da833c6ec3b5ee7f31d3764185a3f68a9330..c6e28bbd3cd0fba209d8248692c837bf80f1ba60 100644
|
| --- a/chrome/browser/chromeos/ui_proxy_config_service.h
|
| +++ b/chrome/browser/chromeos/ui_proxy_config_service.h
|
| @@ -14,7 +14,7 @@ class PrefService;
|
|
|
| namespace chromeos {
|
|
|
| -class FavoriteState;
|
| +class NetworkState;
|
|
|
| // This class is only accessed from the UI via Profile::GetProxyConfigTracker to
|
| // allow the user to read and modify the proxy configuration via
|
| @@ -55,7 +55,7 @@ class UIProxyConfigService {
|
| // |network| and if user is using shared proxies. The effective config is
|
| // stored in |current_ui_config_| but not activated on network stack, and
|
| // hence, not picked up by observers.
|
| - void DetermineEffectiveConfig(const FavoriteState& network);
|
| + void DetermineEffectiveConfig(const NetworkState& network);
|
|
|
| // Service path of network whose proxy configuration is being displayed or
|
| // edited via UI.
|
|
|