summaryrefslogtreecommitdiffstats
path: root/chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-02 12:21:57 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-12 08:13:00 +0000
commit606d85f2a5386472314d39923da28c70c60dc8e7 (patch)
treea8f4d7bf997f349f45605e6058259fba0630e4d7 /chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h
parent5786336dda477d04fb98483dca1a5426eebde2d7 (diff)
BASELINE: Update Chromium to 96.0.4664.181
Change-Id: I762cd1da89d73aa6313b4a753fe126c34833f046 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h')
-rw-r--r--chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h b/chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h
index 52ae5515dd0..7fd1491275f 100644
--- a/chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h
+++ b/chromium/base/sampling_heap_profiler/poisson_allocation_sampler.h
@@ -92,6 +92,9 @@ class BASE_EXPORT PoissonAllocationSampler {
static PoissonAllocationSampler* Get();
+ PoissonAllocationSampler(const PoissonAllocationSampler&) = delete;
+ PoissonAllocationSampler& operator=(const PoissonAllocationSampler&) = delete;
+
private:
PoissonAllocationSampler();
~PoissonAllocationSampler() = delete;
@@ -123,8 +126,6 @@ class BASE_EXPORT PoissonAllocationSampler {
friend class NoDestructor<PoissonAllocationSampler>;
friend class SamplingHeapProfilerTest;
friend class ScopedMuteThreadSamples;
-
- DISALLOW_COPY_AND_ASSIGN(PoissonAllocationSampler);
};
// static