Chromium Code Reviews
Descriptionnet/websockets: Convert int types from basictypes.h to the ones from stdint.h
Now that the supported toolchain has stdint.h, use the integer types
from the standard header file.
Patch generated by the following command lines:
$ git grep -l '\<u\?int[1-9]\+\>' net/websockets/ | xargs sed -i -e 's/\(\<u\?int[1-9]\+\>\)/\1_t/g'
$ git cl format net/websockets
Plus manual inclusion of stdint.h where necessary/appropriate.
BUG=138541, 488550, 539734
TEST=net_unittests
R=ricea@chromium.org,eroman@chromium.org,wtc@chromium.org
Committed: https://crrev.com/8a2c66c243ea4f6689ca1fcca1d25a68825faf22
Cr-Commit-Position: refs/heads/master@{#353814}
Patch Set 1 #
Total comments: 11
Patch Set 2 : websocket_deflate_stream.cc #Messages
Total messages: 17 (4 generated)
|