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

Unified Diff: chrome/test/chromedriver/net/adb_client_socket.h

Issue 1548153002: Switch to standard integer types in chrome/. (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 | « chrome/test/chromedriver/logging_unittest.cc ('k') | chrome/test/chromedriver/net/adb_client_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/net/adb_client_socket.h
diff --git a/chrome/test/chromedriver/net/adb_client_socket.h b/chrome/test/chromedriver/net/adb_client_socket.h
index 96007786adeea4236a9299d2c4884509f530d443..abe4878f5fc08a04f4fcddf12c90f77879910c4e 100644
--- a/chrome/test/chromedriver/net/adb_client_socket.h
+++ b/chrome/test/chromedriver/net/adb_client_socket.h
@@ -6,6 +6,7 @@
#define CHROME_TEST_CHROMEDRIVER_NET_ADB_CLIENT_SOCKET_H_
#include "base/callback.h"
+#include "base/macros.h"
#include "net/base/io_buffer.h"
#include "net/socket/stream_socket.h"
« no previous file with comments | « chrome/test/chromedriver/logging_unittest.cc ('k') | chrome/test/chromedriver/net/adb_client_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698