| Index: base/allocator/allocator_shim_override_linker_wrapped_symbols.h
|
| diff --git a/base/allocator/allocator_shim_override_linker_wrapped_symbols.h b/base/allocator/allocator_shim_override_linker_wrapped_symbols.h
|
| index 28b541edb0dffa69f2b26c1d7db676b2be5c5ba3..5b85d6ee2fe0fed700bcbf98ed4d1227e3d975bd 100644
|
| --- a/base/allocator/allocator_shim_override_linker_wrapped_symbols.h
|
| +++ b/base/allocator/allocator_shim_override_linker_wrapped_symbols.h
|
| @@ -10,7 +10,7 @@
|
| // This header overrides the __wrap_X symbols when using the link-time
|
| // -Wl,-wrap,malloc shim-layer approach (see README.md).
|
| // All references to malloc, free, etc. within the linker unit that gets the
|
| -// -wrap linker flags (e.g., libchrome_public.so) will be rewritten to the
|
| +// -wrap linker flags (e.g., libchrome.so) will be rewritten to the
|
| // linker as references to __wrap_malloc, __wrap_free, which are defined here.
|
|
|
| #include "base/allocator/allocator_shim_internals.h"
|
|
|