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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 2101863004: net: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « net/tools/cert_verify_tool/verify_using_cert_verify_proc.cc ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 0bedf525150ede6ed83f31192c838f8f1fb6576e..18b4eaa0a7c513f00a0edeb89bd9bf18689fbfc4 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -2209,7 +2209,7 @@ class MockableQuicClientThatDropsBody : public MockableQuicClient {
QuicClientSession* CreateQuicClientSession(
QuicConnection* connection) override {
- auto session =
+ auto* session =
new ClientSessionThatDropsBody(*config(), connection, server_id(),
crypto_config(), push_promise_index());
set_session(session);
« no previous file with comments | « net/tools/cert_verify_tool/verify_using_cert_verify_proc.cc ('k') | net/tools/quic/quic_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698