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

Unified Diff: net/url_request/url_request_context.h

Issue 2541073003: Instrument SdchManager using MemoryDumpProvider (Closed)
Patch Set: Address ssid@ comment Created 4 years 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/url_request/url_request_context.h
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
index 24b03bb8a58dc86d11cb99c835e288367bb56e7f..7d7c8e124d2a2940263b250bb82d5c476e2dd887 100644
--- a/net/url_request/url_request_context.h
+++ b/net/url_request/url_request_context.h
@@ -19,6 +19,7 @@
#include "base/trace_event/memory_dump_provider.h"
#include "net/base/net_export.h"
#include "net/base/request_priority.h"
+#include "net/base/sdch_manager.h"
Randy Smith (Not in Mondays) 2016/12/21 20:21:38 Why? My read of url_request_context.h is that it
xunjieli 2016/12/22 16:06:35 Done. Sorry, I meant to add it to the cc file. Tha
#include "net/http/http_network_session.h"
#include "net/http/http_server_properties.h"
#include "net/http/transport_security_state.h"

Powered by Google App Engine
This is Rietveld 408576698