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

Unified Diff: base/platform_file_posix.cc

Issue 7184032: Upstream android file related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update DEPS Created 9 years, 6 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
Index: base/platform_file_posix.cc
diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc
index a1388d6c3a426f462b46b57c39e521a6019272e4..1cfa718cdee7ee2553503db6bea75e70202c4dda 100644
--- a/base/platform_file_posix.cc
+++ b/base/platform_file_posix.cc
@@ -13,6 +13,10 @@
#include "base/logging.h"
#include "base/utf_string_conversions.h"
+#if defined(OS_ANDROID)
+#include "base/platform_file_android.h"
+#endif
+
namespace base {
#if defined(OS_OPENBSD) || defined(OS_FREEBSD) || \

Powered by Google App Engine
This is Rietveld 408576698