Index: content/browser/byte_stream.h |
diff --git a/content/browser/byte_stream.h b/content/browser/byte_stream.h |
index dc702f0e907e0e81fffa0db96f25ec2e9166abd7..49b76749051d180861a3de5deaf5417679ce1bcd 100644 |
--- a/content/browser/byte_stream.h |
+++ b/content/browser/byte_stream.h |
@@ -21,9 +21,6 @@ class SequencedTaskRunner; |
namespace content { |
-// TODO(zork): Move this class out of content/browser/download |
-// crbug.com/180833 |
-// |
// A byte stream is a pipe to transfer bytes between a source and a |
// sink, which may be on different threads. It is intended to be the |
// only connection between source and sink; they need have no |