| Index: base/allocator/allocator_shim.h
|
| diff --git a/base/allocator/allocator_shim.h b/base/allocator/allocator_shim.h
|
| index aca13d2bcbc554c73eed30f0009cf7432c902c80..7888db63b2cc8ff4ea465e5ac9fd740c121a38b2 100644
|
| --- a/base/allocator/allocator_shim.h
|
| +++ b/base/allocator/allocator_shim.h
|
| @@ -44,7 +44,7 @@ namespace allocator {
|
| // serialization. This is to route to thread-aware allocators (e.g, tcmalloc)
|
| // wihout introducing unnecessary perf hits.
|
|
|
| -struct AllocatorDispatch {
|
| +struct BASE_EXPORT AllocatorDispatch {
|
| using AllocFn = void*(const AllocatorDispatch* self, size_t size);
|
| using AllocZeroInitializedFn = void*(const AllocatorDispatch* self,
|
| size_t n,
|
|
|