Chromium Code Reviews| Index: xfa/fgas/crt/fgas_memory.cpp |
| diff --git a/xfa/fgas/crt/fgas_memory.cpp b/xfa/fgas/crt/fgas_memory.cpp |
| index 2bd1e4da83c128a9deb6a533295bcdb51f127af3..9176466a615bb0d5090ec8769e9cfd733d609a1b 100644 |
| --- a/xfa/fgas/crt/fgas_memory.cpp |
| +++ b/xfa/fgas/crt/fgas_memory.cpp |
| @@ -6,7 +6,9 @@ |
| #include "xfa/fgas/crt/fgas_memory.h" |
| +#ifndef MEMORY_TOOL_REPLACES_ALLOCATOR |
| #define MEMORY_TOOL_REPLACES_ALLOCATOR // Temporary, for CF testing. |
| +#endif |
| #include <algorithm> |