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

Unified Diff: content/child/shared_worker_devtools_agent.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/child/shared_worker_devtools_agent.h ('k') | content/child/site_isolation_stats_gatherer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/shared_worker_devtools_agent.cc
diff --git a/content/child/shared_worker_devtools_agent.cc b/content/child/shared_worker_devtools_agent.cc
index 9b1996fcb88485ac68fae189250616098774b7d0..5ec392128fc3dff8bdde0c9d2ac489154bd8bae7 100644
--- a/content/child/shared_worker_devtools_agent.cc
+++ b/content/child/shared_worker_devtools_agent.cc
@@ -4,6 +4,8 @@
#include "content/child/shared_worker_devtools_agent.h"
+#include <stddef.h>
+
#include "content/child/child_thread_impl.h"
#include "content/common/devtools_messages.h"
#include "ipc/ipc_channel.h"
« no previous file with comments | « content/child/shared_worker_devtools_agent.h ('k') | content/child/site_isolation_stats_gatherer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698