| Index: base/profiler/native_stack_sampler.cc
|
| diff --git a/base/profiler/native_stack_sampler.cc b/base/profiler/native_stack_sampler.cc
|
| index 8b4731b6cce2da861ce9ee25926de636e10efb86..968455f13e007c7b2c26290249a79883c8805d2d 100644
|
| --- a/base/profiler/native_stack_sampler.cc
|
| +++ b/base/profiler/native_stack_sampler.cc
|
| @@ -10,4 +10,8 @@ NativeStackSampler::NativeStackSampler() {}
|
|
|
| NativeStackSampler::~NativeStackSampler() {}
|
|
|
| +NativeStackSamplerTestDelegate::~NativeStackSamplerTestDelegate() {}
|
| +
|
| +NativeStackSamplerTestDelegate::NativeStackSamplerTestDelegate() {}
|
| +
|
| } // namespace base
|
|
|