diff options
Diffstat (limited to 'chromium/base/profiler/stack_sampler_ios.cc')
-rw-r--r-- | chromium/base/profiler/stack_sampler_ios.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/profiler/stack_sampler_ios.cc b/chromium/base/profiler/stack_sampler_ios.cc index 82ad01f3028..99e68cecc2d 100644 --- a/chromium/base/profiler/stack_sampler_ios.cc +++ b/chromium/base/profiler/stack_sampler_ios.cc @@ -13,7 +13,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; } |