From 5a6f0584399f8b91808b5c566a2c6ac7fb8ccf6b Mon Sep 17 00:00:00 2001 From: Xi Cheng Date: Mon, 17 Sep 2018 15:35:52 +0000 Subject: [PATCH] Remove unnecessary friend class declaration Change-Id: I571b96f0b3c599461c0e2fcb64c435da1208ebae Reviewed-on: https://chromium-review.googlesource.com/1227615 Reviewed-by: Mike Wittman Commit-Queue: Xi Cheng Cr-Commit-Position: refs/heads/master@{#591685} --- base/profiler/stack_sampling_profiler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/base/profiler/stack_sampling_profiler.cc b/base/profiler/stack_sampling_profiler.cc index cf6574b475fd01..5dad1888bed56f 100644 --- a/base/profiler/stack_sampling_profiler.cc +++ b/base/profiler/stack_sampling_profiler.cc @@ -132,7 +132,6 @@ class StackSamplingProfiler::SamplingThread : public Thread { void Remove(int collection_id); private: - friend class TestPeer; friend struct DefaultSingletonTraits; // The different states in which the sampling-thread can be.