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

Unified Diff: base/i18n/timezone.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/time_formatting.cc ('k') | base/i18n/utf8_validator_tables.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/i18n/timezone.cc
diff --git a/base/i18n/timezone.cc b/base/i18n/timezone.cc
index f668543ecdce2f1fc191d16f174ab2ac7d601bdd..fbc9949d1e4c8976d5e1a64eb9dc5891b82ca7be 100644
--- a/base/i18n/timezone.cc
+++ b/base/i18n/timezone.cc
@@ -4,10 +4,12 @@
#include "base/i18n/timezone.h"
+#include <stddef.h>
#include <string.h>
#include <map>
+#include "base/macros.h"
#include "base/memory/singleton.h"
#include "base/strings/string16.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « base/i18n/time_formatting.cc ('k') | base/i18n/utf8_validator_tables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698