Index: chrome/browser/chromeos/policy/device_network_configuration_updater.cc |
diff --git a/chrome/browser/chromeos/policy/device_network_configuration_updater.cc b/chrome/browser/chromeos/policy/device_network_configuration_updater.cc |
index ba867169882b402164c4d0591af113297123b426..6acddad1c2dd6c96869bd3eaf7b23f92a34460ee 100644 |
--- a/chrome/browser/chromeos/policy/device_network_configuration_updater.cc |
+++ b/chrome/browser/chromeos/policy/device_network_configuration_updater.cc |
@@ -30,7 +30,7 @@ DeviceNetworkConfigurationUpdater::CreateForDevicePolicy( |
network_device_handler, |
cros_settings)); |
updater->Init(); |
- return updater.Pass(); |
+ return updater; |
} |
DeviceNetworkConfigurationUpdater::DeviceNetworkConfigurationUpdater( |