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

Unified Diff: components/proximity_auth/screenlock_bridge.cc

Issue 1548203002: Convert Pass()→std::move() in //components/[n-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad headers Created 5 years 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: components/proximity_auth/screenlock_bridge.cc
diff --git a/components/proximity_auth/screenlock_bridge.cc b/components/proximity_auth/screenlock_bridge.cc
index 8a6b21ba8dcb78fcf7f78eadedbd2ddd43fc6576..e95a0a70229e489cb194e38067a651f853289a1b 100644
--- a/components/proximity_auth/screenlock_bridge.cc
+++ b/components/proximity_auth/screenlock_bridge.cc
@@ -83,7 +83,7 @@ ScreenlockBridge::UserPodCustomIconOptions::ToDictionaryValue() const {
if (is_trial_run_)
result->SetBoolean("isTrialRun", true);
- return result.Pass();
+ return result;
}
void ScreenlockBridge::UserPodCustomIconOptions::SetIcon(
« no previous file with comments | « components/proximity_auth/remote_status_update.cc ('k') | components/proximity_auth/throttled_bluetooth_connection_finder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698