Rename conflicting `ReadAndDeleteFile()` functions
They conflict in jumbo/unity builds. Since one read a file as binary data (into a `std::vector<uint8_t>`) and one as text (into a `std::string`), it seems reasonable to change the names to `ReadAndDeleteBinaryFile()` and `ReadAndDeleteTextFile()`. Change-Id: I8d8402c64cfe45132df9640bd5664df28742d6d7 Reviewed-on: https://chromium-review.googlesource.com/897603Reviewed-by:Ken Rockot <rockot@chromium.org> Commit-Queue: Jens Widell <jl@opera.com> Cr-Commit-Position: refs/heads/master@{#534007}
Showing
Please register or sign in to comment