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

Unified Diff: ipc/ipc_platform_file.cc

Issue 8437033: Android IPC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make unistd.h OS_ANDROID-only Created 9 years, 2 months 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
« ipc/ipc_channel_posix_unittest.cc ('K') | « ipc/ipc_message_macros.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_platform_file.cc
diff --git a/ipc/ipc_platform_file.cc b/ipc/ipc_platform_file.cc
index 2b15cebfb885bb228c088b265abd11f3afd30a8a..b5ec7be0d94919726854f52e4edca36ae7ec2804 100644
--- a/ipc/ipc_platform_file.cc
+++ b/ipc/ipc_platform_file.cc
@@ -4,6 +4,10 @@
#include "ipc/ipc_platform_file.h"
+#if defined(OS_ANDROID)
+#include <unistd.h>
+#endif
+
namespace IPC {
PlatformFileForTransit GetFileHandleForProcess(base::PlatformFile handle,
« ipc/ipc_channel_posix_unittest.cc ('K') | « ipc/ipc_message_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698