Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1120)

Unified Diff: chrome/browser/chromeos/policy/device_network_configuration_updater.cc

Issue 1557693002: Convert Pass()→std::move() in //chrome/browser/chromeos/policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698