| Index: chrome/browser/chromeos/proxy_config_service_impl.cc
|
| diff --git a/chrome/browser/chromeos/proxy_config_service_impl.cc b/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| index d66ccc271bdfb34219e333a6a10b382007f42d99..1cf2ae8a96aeb7f7eb7bde0a1b6183568d01ccbf 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl.cc
|
| @@ -143,7 +143,7 @@ bool ProxyConfigServiceImpl::IgnoreProxy(const PrefService* profile_prefs,
|
| if (onc_source == ::onc::ONC_SOURCE_DEVICE_POLICY) {
|
| policy::BrowserPolicyConnectorChromeOS* connector =
|
| g_browser_process->platform_part()->browser_policy_connector_chromeos();
|
| - const User* logged_in_user = UserManager::Get()->GetLoggedInUser();
|
| + const User* logged_in_user = GetUserManager()->GetLoggedInUser();
|
| if (connector->GetUserAffiliation(logged_in_user->email()) ==
|
| policy::USER_AFFILIATION_MANAGED) {
|
| VLOG(1) << "Respecting proxy for network, as logged-in user belongs to "
|
|
|