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

Unified Diff: base/win/event_trace_provider.h

Issue 1550493002: Switch to standard integer types in base/win/. (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 | « base/win/event_trace_controller_unittest.cc ('k') | base/win/i18n.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/event_trace_provider.h
diff --git a/base/win/event_trace_provider.h b/base/win/event_trace_provider.h
index 0775fafb652692870f151bbe210e75535ae548d2..d550dd6894ab659b68d940ffb33e64ba9cbbc099 100644
--- a/base/win/event_trace_provider.h
+++ b/base/win/event_trace_provider.h
@@ -10,6 +10,7 @@
#include <windows.h>
#include <wmistr.h>
#include <evntrace.h>
+#include <stddef.h>
#include <stdint.h>
#include <limits>
« no previous file with comments | « base/win/event_trace_controller_unittest.cc ('k') | base/win/i18n.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698