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

Unified Diff: components/scheduler/base/work_queue.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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/scheduler/base/time_domain_unittest.cc ('k') | components/scheduler/base/work_queue_sets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/work_queue.h
diff --git a/components/scheduler/base/work_queue.h b/components/scheduler/base/work_queue.h
index fb101f2d0fb55121debbf6d99cc14d42d55831be..d13b71c7d1d070bbbe1ecaeb5e12c074af795663 100644
--- a/components/scheduler/base/work_queue.h
+++ b/components/scheduler/base/work_queue.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_RENDERER_SCHEDULER_BASE_WORK_QUEUE_H_
#define CONTENT_RENDERER_SCHEDULER_BASE_WORK_QUEUE_H_
+#include <stddef.h>
+
#include <set>
#include "base/trace_event/trace_event.h"
« no previous file with comments | « components/scheduler/base/time_domain_unittest.cc ('k') | components/scheduler/base/work_queue_sets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698