Commit ee20b5a2 authored by Victor Costan's avatar Victor Costan Committed by Commit Bot

Remove unnecessary friend declaration from TaskRunner.

Bug: 112250
Change-Id: I63369b826307acea4b01f15fbc4cbef2f41514a1
Reviewed-on: https://chromium-review.googlesource.com/1137925Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575884}
parent 201db37b
......@@ -136,10 +136,6 @@ class BASE_EXPORT TaskRunner
protected:
friend struct TaskRunnerTraits;
// Only the Windows debug build seems to need this: see
// http://crbug.com/112250.
friend class RefCountedThreadSafe<TaskRunner, TaskRunnerTraits>;
TaskRunner();
virtual ~TaskRunner();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment