summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine/instance_id_delete_token_request_handler.cc
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-22 14:35:00 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 22:36:00 +0000
commitb32eea9bd3e6f79bd3ba15ca0299ccc579d68417 (patch)
tree7be0cd346a9e4f7e6b026310d5cd3d6cc66bb1af /google_apis/gcm/engine/instance_id_delete_token_request_handler.cc
parent56240dfe17e12cdf54b302d6ed74bcc677bd785e (diff)
downloadchromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.zip
chromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.tar.gz
chromium_src-b32eea9bd3e6f79bd3ba15ca0299ccc579d68417.tar.bz2
Switch to standard integer types in google_apis/.
BUG=138542 TBR=rogerta@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1548673002 Cr-Commit-Position: refs/heads/master@{#366670}
Diffstat (limited to 'google_apis/gcm/engine/instance_id_delete_token_request_handler.cc')
-rw-r--r--google_apis/gcm/engine/instance_id_delete_token_request_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/google_apis/gcm/engine/instance_id_delete_token_request_handler.cc b/google_apis/gcm/engine/instance_id_delete_token_request_handler.cc
index b7b745f..35dac62 100644
--- a/google_apis/gcm/engine/instance_id_delete_token_request_handler.cc
+++ b/google_apis/gcm/engine/instance_id_delete_token_request_handler.cc
@@ -4,6 +4,7 @@
#include "google_apis/gcm/engine/instance_id_delete_token_request_handler.h"
+#include "base/macros.h"
#include "base/metrics/histogram.h"
#include "base/strings/string_number_conversions.h"
#include "google_apis/gcm/base/gcm_util.h"