Fix MSVC warnings in prtime.cc about potential value truncation by inserting
commit9883dd4a348cf1e23e4e123b59daf2e2b14a3391
authorpkasting <pkasting@chromium.org>
Thu, 25 Sep 2014 06:34:21 +0000 (24 23:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Sep 2014 06:34:57 +0000 (25 06:34 +0000)
tree8ea4f84440c87fc0a6a462560cdf5e1dc4afdc11
parentbdd07a89ef7a571cefde72549c9d3287b09a27a8
Fix MSVC warnings in prtime.cc about potential value truncation by inserting
explicit casts.

I didn't check whether there were other, better fixes here by changing more
underlying types/behaviors; I assumed the existing code was correct and just
made the typecasts explicit.

BUG=81439
TEST=none

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

Cr-Commit-Position: refs/heads/master@{#296668}
base/third_party/nspr/prtime.cc