| Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| index aeefb5b3518a19028d57a51e119ac51f0638b47e..98aae0a98d5e6d0d9080cf039079aa3e4aab038c 100644
|
| --- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| +++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| @@ -587,9 +587,8 @@ void ChromeBrowserMainPartsChromeos::PostProfileInit() {
|
|
|
| // Make sure the NetworkConfigurationUpdater is ready so that it pushes ONC
|
| // configuration before login.
|
| - policy::BrowserPolicyConnector* connector =
|
| - g_browser_process->browser_policy_connector();
|
| - connector->GetNetworkConfigurationUpdater();
|
| + g_browser_process->browser_policy_connector()->
|
| + GetNetworkConfigurationUpdater();
|
|
|
| // Make sure that wallpaper boot transition and other delays in OOBE
|
| // are disabled for tests by default.
|
|
|