Chromium Code Reviews| Index: src/main.cpp |
| diff --git a/src/main.cpp b/src/main.cpp |
| index baaa39ef8adc0cbf17e2ae0021ff1f073b05a3f4..184953121d435d22af2a9577a9b74b64ba54fc10 100644 |
| --- a/src/main.cpp |
| +++ b/src/main.cpp |
| @@ -16,6 +16,9 @@ |
| #include "IceBrowserCompileServer.h" |
| #include "IceBuildDefs.h" |
| #include "IceCompileServer.h" |
| +#ifdef ALLOW_LINUX_MALLOC_PROFILE |
|
John
2016/03/15 15:19:07
if you guard entire LinuxMallocProfiling.h file wi
sehr
2016/03/17 16:47:14
Actually, it should have been completely removed h
|
| +#include "LinuxMallocProfiling.h" |
| +#endif // ALLOW_LINUX_MALLOC_PROFILE |
| #ifdef __pnacl__ |
| #include <malloc.h> |