summaryrefslogtreecommitdiff
path: root/base/memory/shared_memory_android.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/memory/shared_memory_android.cc')
-rw-r--r--base/memory/shared_memory_android.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/memory/shared_memory_android.cc b/base/memory/shared_memory_android.cc
index dffd1e3712..6f1d9cb874 100644
--- a/base/memory/shared_memory_android.cc
+++ b/base/memory/shared_memory_android.cc
@@ -8,12 +8,7 @@
#include <sys/mman.h>
#include "base/logging.h"
-
-#if defined(__ANDROID__)
-#include <cutils/ashmem.h>
-#else
#include "third_party/ashmem/ashmem.h"
-#endif
namespace base {