summaryrefslogtreecommitdiffstats
path: root/components/gcm_driver/registration_info.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 16:14:18 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-26 00:15:07 +0000
commit2606292a9f46c507f23d878f22b7359a11c1e123 (patch)
tree0903f51c8795f4afa034c755fd3ad7e64e3d8843 /components/gcm_driver/registration_info.cc
parent2775074893c41f04e5b3728faeed32affc7d116f (diff)
downloadchromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.zip
chromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.tar.gz
chromium_src-2606292a9f46c507f23d878f22b7359a11c1e123.tar.bz2
Switch to standard integer types in components/, part 2 of 4.
BUG=138542 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/1548113002 Cr-Commit-Position: refs/heads/master@{#366877}
Diffstat (limited to 'components/gcm_driver/registration_info.cc')
-rw-r--r--components/gcm_driver/registration_info.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/gcm_driver/registration_info.cc b/components/gcm_driver/registration_info.cc
index b6f3d70..92baab3 100644
--- a/components/gcm_driver/registration_info.cc
+++ b/components/gcm_driver/registration_info.cc
@@ -4,6 +4,8 @@
#include "components/gcm_driver/registration_info.h"
+#include <stddef.h>
+
#include "base/strings/string_split.h"
#include "base/strings/string_util.h"