Chromium Code Reviews| Index: net/filter/source_stream.cc |
| diff --git a/net/filter/source_stream.cc b/net/filter/source_stream.cc |
| index e2c4e6e2539fddfe2a54c19ce35fa39be5b9db4f..efdf0bb683c3fda32017652d1e340cf873e252dc 100644 |
| --- a/net/filter/source_stream.cc |
| +++ b/net/filter/source_stream.cc |
| @@ -4,6 +4,8 @@ |
| #include "net/filter/source_stream.h" |
| +#include "base/trace_event/memory_allocator_dump.h" |
| + |
| namespace net { |
| SourceStream::SourceStream(SourceType type) : type_(type) {} |