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

Unified Diff: components/tracing/graphics_memory_dump_provider_android.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (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 | « components/tracing/graphics_memory_dump_provider_android.h ('k') | components/tracing/trace_config_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/graphics_memory_dump_provider_android.cc
diff --git a/components/tracing/graphics_memory_dump_provider_android.cc b/components/tracing/graphics_memory_dump_provider_android.cc
index dcafe4028d0ed984fc24ebcf2613da85af84ab61..da2161737f962b7b3e6e6446108e44ba36b4c4f2 100644
--- a/components/tracing/graphics_memory_dump_provider_android.cc
+++ b/components/tracing/graphics_memory_dump_provider_android.cc
@@ -5,12 +5,15 @@
#include "components/tracing/graphics_memory_dump_provider_android.h"
#include <fcntl.h>
+#include <stdint.h>
+#include <string.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/un.h>
#include "base/files/scoped_file.h"
+#include "base/macros.h"
#include "base/posix/eintr_wrapper.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_piece.h"
« no previous file with comments | « components/tracing/graphics_memory_dump_provider_android.h ('k') | components/tracing/trace_config_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698