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

Unified Diff: tools/android/forwarder2/common.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/command.h ('k') | tools/android/forwarder2/daemon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/common.h
diff --git a/tools/android/forwarder2/common.h b/tools/android/forwarder2/common.h
index 37dfeac67a6c5e6fd9a270d08ef34f19e3390c66..f4a15b3184bc7bfffa8b4d310a165253a0c87786 100644
--- a/tools/android/forwarder2/common.h
+++ b/tools/android/forwarder2/common.h
@@ -7,13 +7,13 @@
#ifndef TOOLS_ANDROID_FORWARDER2_COMMON_H_
#define TOOLS_ANDROID_FORWARDER2_COMMON_H_
+#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
-#include <errno.h>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/posix/eintr_wrapper.h"
// Preserving errno for Close() is important because the function is very often
« no previous file with comments | « tools/android/forwarder2/command.h ('k') | tools/android/forwarder2/daemon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698