diff options
Diffstat (limited to 'chromium/base/profiler/stack_sampler_posix.cc')
-rw-r--r-- | chromium/base/profiler/stack_sampler_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/profiler/stack_sampler_posix.cc b/chromium/base/profiler/stack_sampler_posix.cc index 44215298c63..ae67f25cc4b 100644 --- a/chromium/base/profiler/stack_sampler_posix.cc +++ b/chromium/base/profiler/stack_sampler_posix.cc @@ -14,7 +14,7 @@ namespace base { std::unique_ptr<StackSampler> StackSampler::Create( SamplingProfilerThreadToken thread_token, ModuleCache* module_cache, - std::unique_ptr<Unwinder> native_unwinder, + std::vector<std::unique_ptr<Unwinder>> core_unwinders, StackSamplerTestDelegate* test_delegate) { return nullptr; } |