Index: trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.h |
=================================================================== |
--- trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.h (revision 208284) |
+++ trunk/src/third_party/libjingle/overrides/allocator_shim/allocator_stub.h (working copy) |
@@ -9,7 +9,7 @@ |
#include "base/basictypes.h" |
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID) |
+#if !defined(OS_MACOSX) |
typedef void* (*AllocateFunction)(std::size_t); |
typedef void (*DellocateFunction)(void*); |
@@ -19,6 +19,6 @@ |
void* Allocate(std::size_t n); |
void Dellocate(void* p); |
-#endif // OS_MACOSX && OS_ANDROID |
+#endif // OS_MACOSX |
#endif // THIRD_PARTY_LIBJINGLE_OVERRIDES_ALLOCATOR_SHIM_ALLOCATOR_STUB_H_ |