d1068964ae
u?int(8|16|32|64) are DEPRECATED per base/basictypes.h. The change was made using the below commands with some adjustments for pretty formatting: > find {media,app,mpd} -name '*.proto' -prune -o -type f -exec sed -r -i 's/\b(u?int[0-9]+)\b/\1_t/g' {} \; > git clang-format Change-Id: I99d2e5e0fbbdbc5d7b9eb121b4622de780413f53 |
||
---|---|---|
.. | ||
file.cc | ||
file.gyp | ||
file.h | ||
file_closer.h | ||
file_unittest.cc | ||
local_file.cc | ||
local_file.h | ||
udp_file.cc | ||
udp_file.h |