| Index: base/security_unittest.cc
|
| diff --git a/base/security_unittest.cc b/base/security_unittest.cc
|
| index ae0847bcf31d7eddc0d92aa5e6580030b0bfcfe0..d613f34c5097d2299b88226d9547d2372e2aa1e4 100644
|
| --- a/base/security_unittest.cc
|
| +++ b/base/security_unittest.cc
|
| @@ -42,7 +42,7 @@ Type HideValueFromCompiler(volatile Type value) {
|
| return value;
|
| }
|
|
|
| -// - NO_TCMALLOC (should be defined if we compile with linux_use_tcmalloc=0)
|
| +// - NO_TCMALLOC (should be defined if compiled with use_allocator!="tcmalloc")
|
| // - ADDRESS_SANITIZER because it has its own memory allocator
|
| // - IOS does not use tcmalloc
|
| // - OS_MACOSX does not use tcmalloc
|
|
|