| Index: remoting/protocol/frame_stats.h
|
| diff --git a/remoting/protocol/frame_stats.h b/remoting/protocol/frame_stats.h
|
| index dc291268972f9bca995c198f48380c206d8b34d3..1bbdf8b05c338e63eff6bbfdb6249aef4b518dce 100644
|
| --- a/remoting/protocol/frame_stats.h
|
| +++ b/remoting/protocol/frame_stats.h
|
| @@ -6,7 +6,6 @@
|
| #define REMOTING_PROTOCOL_FRAME_STATS_H_
|
|
|
| #include "base/time/time.h"
|
| -#include "third_party/webrtc/modules/desktop_capture/desktop_capture_types.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -42,7 +41,6 @@
|
| base::TimeDelta send_pending_delay = base::TimeDelta::Max();
|
| base::TimeDelta rtt_estimate = base::TimeDelta::Max();
|
| int bandwidth_estimate_kbps = -1;
|
| - uint32_t capturer_id = webrtc::DesktopCapturerId::kUnknown;
|
| };
|
|
|
| struct ClientFrameStats {
|
|
|