Drop include of refcountedobject.h.

This is a followup to cl https://webrtc-review.googlesource.com/7281, and
a reland of the difficult part of cl
https://webrtc-review.googlesource.com/5760.

Bug: webrtc:8270
Change-Id: I92eb47083b47038015496e797a9ec18f75e607ca
Reviewed-on: https://webrtc-review.googlesource.com/7607
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20270}
This commit is contained in:
Niels Möller 2017-10-09 09:04:48 +02:00 committed by Commit Bot
parent d189a7cbb7
commit 75dfd1c174

View File

@ -10,10 +10,6 @@
#ifndef RTC_BASE_REFCOUNT_H_
#define RTC_BASE_REFCOUNT_H_
// TODO(nisse): Delete this include. We plan to let refcountedobject.h
// include this file, rather than the other way around.
#include "rtc_base/refcountedobject.h"
namespace rtc {
// Reference count interface.