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

Unified Diff: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc

Issue 1586833002: Convert Pass()→std::move() for iOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert accidental //base change Created 4 years, 11 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: ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc
diff --git a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc
index e5e8e72fc3744960df01eff465f8b4d14d86a2d1..11380ce54fef29e3476f487b045c3e001bb3effc 100644
--- a/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc
+++ b/ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc
@@ -45,5 +45,5 @@ CreateIOSChromeDataReductionProxyIOData(
data_reduction_proxy::DataReductionProxyConfigRetrievalParams::Create(
prefs));
- return data_reduction_proxy_io_data.Pass();
+ return data_reduction_proxy_io_data;
}

Powered by Google App Engine
This is Rietveld 408576698