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

Unified Diff: components/scheduler/base/cancelable_closure_holder.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/safe_json/testing_json_parser.h ('k') | components/scheduler/base/pollable_thread_safe_flag.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/scheduler/base/cancelable_closure_holder.h
diff --git a/components/scheduler/base/cancelable_closure_holder.h b/components/scheduler/base/cancelable_closure_holder.h
index 47a277e01ae1e5b19c67c4ed5d782c1bfc4c5b99..5254cd490a53da3c14a17345dab4b869bd1d2ebd 100644
--- a/components/scheduler/base/cancelable_closure_holder.h
+++ b/components/scheduler/base/cancelable_closure_holder.h
@@ -6,6 +6,7 @@
#define COMPONENTS_SCHEDULER_BASE_CANCELABLE_CLOSURE_HOLDER_H_
#include "base/cancelable_callback.h"
+#include "base/macros.h"
namespace scheduler {
« no previous file with comments | « components/safe_json/testing_json_parser.h ('k') | components/scheduler/base/pollable_thread_safe_flag.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698