Chromium Code Reviews
DescriptionAdd <algorithm> header to remote_device_loader.cc
The code is using std::find_if, but doesn't include the <algorithm> header. It
works, because it is pulled as a dependency by something else. I am currently
doing an update to third_party library that's currently pulling that header, but
will no longer do after the update, breaking this code.
BUG=597321
Committed: https://crrev.com/fc8af01635be94103d4ef5da8846ad95bc907291
Cr-Commit-Position: refs/heads/master@{#382903}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||