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

Unified Diff: components/gcm_driver/gcm_delayed_task_controller.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 | « components/gcm_driver/gcm_delayed_task_controller.h ('k') | components/gcm_driver/gcm_desktop_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver/gcm_delayed_task_controller.cc
diff --git a/components/gcm_driver/gcm_delayed_task_controller.cc b/components/gcm_driver/gcm_delayed_task_controller.cc
index 0506a34848d3b4bb2700905d0c8583fb7244c1e4..b5cc99daf0b76897a60a6702c3a5d7861c45d423 100644
--- a/components/gcm_driver/gcm_delayed_task_controller.cc
+++ b/components/gcm_driver/gcm_delayed_task_controller.cc
@@ -4,6 +4,8 @@
#include "components/gcm_driver/gcm_delayed_task_controller.h"
+#include <stddef.h>
+
#include "base/logging.h"
namespace gcm {
« no previous file with comments | « components/gcm_driver/gcm_delayed_task_controller.h ('k') | components/gcm_driver/gcm_desktop_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698