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

Unified Diff: components/scheduler/base/pollable_thread_safe_flag.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/cancelable_closure_holder.h ('k') | components/scheduler/base/task_queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/pollable_thread_safe_flag.h
diff --git a/components/scheduler/base/pollable_thread_safe_flag.h b/components/scheduler/base/pollable_thread_safe_flag.h
index 0f9aa8e632de34c597ee06dda2992fd681682046..8e37b6905950709a1f7184b721f6398853f74768 100644
--- a/components/scheduler/base/pollable_thread_safe_flag.h
+++ b/components/scheduler/base/pollable_thread_safe_flag.h
@@ -6,6 +6,7 @@
#define COMPONENTS_SCHEDULER_BASE_POLLABLE_THREAD_SAFE_FLAG_H_
#include "base/atomicops.h"
+#include "base/macros.h"
#include "base/synchronization/lock.h"
// A PollableThreadSafeFlag can be polled without requiring a lock, but can only
« no previous file with comments | « components/scheduler/base/cancelable_closure_holder.h ('k') | components/scheduler/base/task_queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698