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

Unified Diff: components/proximity_auth/remote_status_update.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/remote_status_update.cc
diff --git a/components/proximity_auth/remote_status_update.cc b/components/proximity_auth/remote_status_update.cc
index d4fbc508f5f41c96c27ac76d86f2e2744129e748..4d593500fbee6a9e60f7861a941d24e733e49836 100644
--- a/components/proximity_auth/remote_status_update.cc
+++ b/components/proximity_auth/remote_status_update.cc
@@ -93,7 +93,7 @@ scoped_ptr<RemoteStatusUpdate> RemoteStatusUpdate::Deserialize(
return scoped_ptr<RemoteStatusUpdate>();
}
- return parsed_update.Pass();
+ return parsed_update;
}
} // namespace proximity_auth
« no previous file with comments | « components/proximity_auth/remote_device_loader_unittest.cc ('k') | components/proximity_auth/screenlock_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698