| Index: webrtc/pc/rtcstatscollector.h
|
| diff --git a/webrtc/pc/rtcstatscollector.h b/webrtc/pc/rtcstatscollector.h
|
| index 980edd607862e94d044c5bad3ccbc23d1c02e56d..5ba4bfd34fe92dc5bc5c48b349d9d91cb9c8fe9a 100644
|
| --- a/webrtc/pc/rtcstatscollector.h
|
| +++ b/webrtc/pc/rtcstatscollector.h
|
| @@ -16,6 +16,7 @@
|
| #include <set>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/api/stats/rtcstats_objects.h"
|
| #include "webrtc/api/stats/rtcstatscollectorcallback.h"
|
| #include "webrtc/api/stats/rtcstatsreport.h"
|
| @@ -24,7 +25,6 @@
|
| #include "webrtc/pc/datachannel.h"
|
| #include "webrtc/pc/trackmediainfomap.h"
|
| #include "webrtc/rtc_base/asyncinvoker.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/refcount.h"
|
| #include "webrtc/rtc_base/scoped_ref_ptr.h"
|
| #include "webrtc/rtc_base/sigslot.h"
|
|
|