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

Unified Diff: tools/android/forwarder2/socket.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/android/forwarder2/self_deleter_helper.h ('k') | tools/android/forwarder2/socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/socket.h
diff --git a/tools/android/forwarder2/socket.h b/tools/android/forwarder2/socket.h
index 37f70fa1d95de4428fa60d12cc1c92a980cabe03..acea0ec5a6239d4c0dab63ffc3c3a4a0f581f424 100644
--- a/tools/android/forwarder2/socket.h
+++ b/tools/android/forwarder2/socket.h
@@ -7,13 +7,14 @@
#include <fcntl.h>
#include <netinet/in.h>
+#include <stddef.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <string>
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
namespace forwarder2 {
« no previous file with comments | « tools/android/forwarder2/self_deleter_helper.h ('k') | tools/android/forwarder2/socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698