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

Unified Diff: tools/traceline/traceline/assembler.h

Issue 1549203002: Switch to standard integer types in tools/. (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 | « tools/perf/clear_system_cache/clear_system_cache_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/traceline/traceline/assembler.h
diff --git a/tools/traceline/traceline/assembler.h b/tools/traceline/traceline/assembler.h
index 6ae69587020d731a8867555305ba6fb90dd1db55..111fd6f01f30b0e6adb9a646cd1d9741b2c5a546 100644
--- a/tools/traceline/traceline/assembler.h
+++ b/tools/traceline/traceline/assembler.h
@@ -48,6 +48,8 @@
#include <stdio.h>
#include <string>
+#include <stddef.h>
+
#include "logging.h"
#define ASSERT(x) CHECK(x)
« no previous file with comments | « tools/perf/clear_system_cache/clear_system_cache_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698