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

Unified Diff: net/net.gypi

Issue 1812823010: Rename net::BidirectionalStream*Job to net::BidirectionalStream*Impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 0f34b57b13e2e00c419f1724812fec7a3dadbfe0..bc723718ecda2d654396ba74d43321f18aa7538d 100644
--- a/net/net.gypi
+++ b/net/net.gypi
@@ -826,8 +826,8 @@
'filter/sdch_filter.h',
'http/bidirectional_stream.cc',
'http/bidirectional_stream.h',
- 'http/bidirectional_stream_job.cc',
- 'http/bidirectional_stream_job.h',
+ 'http/bidirectional_stream_impl.cc',
+ 'http/bidirectional_stream_impl.h',
'http/bidirectional_stream_request_info.cc',
'http/bidirectional_stream_request_info.h',
'http/des.cc',
@@ -1111,8 +1111,8 @@
'socket/websocket_transport_client_socket_pool.h',
'socket/websocket_transport_connect_sub_job.cc',
'socket/websocket_transport_connect_sub_job.h',
- 'spdy/bidirectional_stream_spdy_job.cc',
- 'spdy/bidirectional_stream_spdy_job.h',
+ 'spdy/bidirectional_stream_spdy_impl.cc',
+ 'spdy/bidirectional_stream_spdy_impl.h',
'spdy/buffered_spdy_framer.cc',
'spdy/buffered_spdy_framer.h',
'spdy/fuzzing/hpack_fuzz_util.cc',

Powered by Google App Engine
This is Rietveld 408576698