MD5: Use C++ style cast in the API.

The entire code base prefers c++ style casting, but there is
the only occurrence of C++ cast (a static_cast), the rest
of this file is using C-cast style.

So we go the other way round and converted everything from
C to C++ way of casting.

BUG=None
TEST=base_unittests --gtest_filter=MD5*
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/1044423007

Cr-Commit-Position: refs/heads/master@{#326795}


CrOS-Libchrome-Original-Commit: 2c4c844dbbcd98850769ddaf4429eca99c990839
1 file changed
tree: b6807aa661bf80809af2a25b7139c8b1554e0da8
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/