Skip to content

Commit

Permalink
Remove unnecessary friend class declaration
Browse files Browse the repository at this point in the history
Change-Id: I571b96f0b3c599461c0e2fcb64c435da1208ebae
Reviewed-on: https://chromium-review.googlesource.com/1227615
Reviewed-by: Mike Wittman <wittman@chromium.org>
Commit-Queue: Xi Cheng <chengx@chromium.org>
Cr-Commit-Position: refs/heads/master@{#591685}
  • Loading branch information
Xi Cheng authored and Commit Bot committed Sep 17, 2018
1 parent 8cf0805 commit 5a6f058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/profiler/stack_sampling_profiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ class StackSamplingProfiler::SamplingThread : public Thread {
void Remove(int collection_id);

private:
friend class TestPeer;
friend struct DefaultSingletonTraits<SamplingThread>;

// The different states in which the sampling-thread can be.
Expand Down

0 comments on commit 5a6f058

Please sign in to comment.