Change emplace_back to push_back for device data handlers
The device cloud policy handlers vector holds unique_ptrs to handlers. It's more readable to call push_back rather than emplace_back since the unique_ptr is created by std::make_unique rather than a call to the unique_ptr constructor. Bug: chromium:1020443 Change-Id: I28326d2a516099865959466c0a3b0522adcfa304 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891075 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:Nikita Podguzov <nikitapodguzov@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Auto-Submit: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#712102}
Showing
Please register or sign in to comment