diff options
Diffstat (limited to 'chromium/base/profiler/stack_sampler_impl.h')
-rw-r--r-- | chromium/base/profiler/stack_sampler_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/profiler/stack_sampler_impl.h b/chromium/base/profiler/stack_sampler_impl.h index cceee652f12..c7944303254 100644 --- a/chromium/base/profiler/stack_sampler_impl.h +++ b/chromium/base/profiler/stack_sampler_impl.h @@ -23,7 +23,7 @@ class Unwinder; class BASE_EXPORT StackSamplerImpl : public StackSampler { public: StackSamplerImpl(std::unique_ptr<StackCopier> stack_copier, - std::unique_ptr<Unwinder> native_unwinder, + std::vector<std::unique_ptr<Unwinder>> core_unwinders, ModuleCache* module_cache, StackSamplerTestDelegate* test_delegate = nullptr); ~StackSamplerImpl() override; |