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

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: Address comments 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
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gypi
diff --git a/net/net.gypi b/net/net.gypi
index 80e59a6c37649723bdc89d99aaa5c4bfdb294f61..b6651043950a7e97f6873c3a87adfe5311fda37b 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',
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/bidirectional_stream_quic_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698