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

Unified Diff: chrome/browser/task_management/providers/arc/arc_process_task_provider.cc

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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
Index: chrome/browser/task_management/providers/arc/arc_process_task_provider.cc
diff --git a/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc b/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc
index 10d689ee47e614c6b18480264d6a43224fe76774..53a52d5b8836816c1d29d62a8f2c0ddda03ecb8e 100644
--- a/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc
+++ b/chrome/browser/task_management/providers/arc/arc_process_task_provider.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/task_management/providers/arc/arc_process_task_provider.h"
+#include <stddef.h>
+
#include <queue>
#include <set>
#include <utility>
« no previous file with comments | « chrome/browser/tab_contents/retargeting_details.h ('k') | chrome/browser/task_management/providers/browser_process_task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698