Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: net/filter/source_stream.cc

Issue 2525743002: Make URLRequestContext a MemoryDumpProvider (Abandoned) (Closed)
Patch Set: rebased to 7f3d142161b15869f6bea58ac43c5f52ce5834ac Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698