Index: webrtc/video_frame.h |
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h |
index 05692788972e4cd07c5b2fb43a1c8a802690f3b5..755cbce0892d1fb880c9f0621b387b168105a518 100644 |
--- a/webrtc/video_frame.h |
+++ b/webrtc/video_frame.h |
@@ -20,9 +20,6 @@ |
namespace webrtc { |
-// TODO(nisse): This class duplicates cricket::VideoFrame. There's |
-// ongoing work to merge the classes. See |
-// https://bugs.chromium.org/p/webrtc/issues/detail?id=5682. |
class VideoFrame { |
public: |
// TODO(nisse): Deprecated. Using the default constructor violates the |