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

Unified Diff: tools/android/common/net.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/common/adb_connection.cc ('k') | tools/android/file_poller/file_poller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/common/net.h
diff --git a/tools/android/common/net.h b/tools/android/common/net.h
index e3619548abb674990d7b0a648fc750b6a6c6b255..1680bdf33dfa07286a8cbd746278fdb5670ab1f0 100644
--- a/tools/android/common/net.h
+++ b/tools/android/common/net.h
@@ -5,6 +5,8 @@
#ifndef TOOLS_ANDROID_COMMON_NET_H_
#define TOOLS_ANDROID_COMMON_NET_H_
+#include <stddef.h>
+
#include <string>
namespace tools {
« no previous file with comments | « tools/android/common/adb_connection.cc ('k') | tools/android/file_poller/file_poller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698