Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2934)

Unified Diff: base/i18n/utf8_validator_tables.cc

Issue 1542323002: Switch to standard integer types in base/i18n/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: header Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/i18n/utf8_validator_tables.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/utf8_validator_tables.cc
diff --git a/base/i18n/utf8_validator_tables.cc b/base/i18n/utf8_validator_tables.cc
index 8dfa10caf79124e7b6c981205d6aa27e0750fadb..913afc77c303bc818fbe54e389118f04f76ab5f0 100644
--- a/base/i18n/utf8_validator_tables.cc
+++ b/base/i18n/utf8_validator_tables.cc
@@ -10,7 +10,7 @@
namespace base {
namespace internal {
-const uint8 kUtf8ValidatorTables[] = {
+const uint8_t kUtf8ValidatorTables[] = {
// State 0, offset 0x00
0x00, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x08
0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, // 0x10
« no previous file with comments | « base/i18n/utf8_validator_tables.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698