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

Unified Diff: net/spdy/spdy_test_util_common.h

Issue 1290243007: Shift URLRequestContextStorage over to taking scoped_ptrs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Paul_BuilderGrab
Patch Set: Lots of fixes driven by try jobs. Created 5 years, 4 months 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/spdy/spdy_test_util_common.h
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h
index 612b650f826ce9da6748e0a8483ddd2b3f3fc588..7310949f1d17910fd8f804e26d7678dbf8888962 100644
--- a/net/spdy/spdy_test_util_common.h
+++ b/net/spdy/spdy_test_util_common.h
@@ -189,7 +189,8 @@ struct SpdySessionDependencies {
explicit SpdySessionDependencies(NextProto protocol);
// Custom proxy service dependency.
- SpdySessionDependencies(NextProto protocol, ProxyService* proxy_service);
+ SpdySessionDependencies(NextProto protocol,
+ scoped_ptr<ProxyService> proxy_service);
~SpdySessionDependencies();

Powered by Google App Engine
This is Rietveld 408576698