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

Unified Diff: components/cronet/cronet_static.gypi

Issue 1124333003: Rename CronetUploadDataStreamAdapter to CronetUploadDataStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 5 years, 7 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 | « components/cronet/android/test/javatests/src/org/chromium/net/CronetUploadTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/cronet_static.gypi
diff --git a/components/cronet/cronet_static.gypi b/components/cronet/cronet_static.gypi
index c591fffbc086c1915409ca55f102c31aabe0ceee..fa0d9835febecb48cb6f8fc3346e45468f4d0ceb 100644
--- a/components/cronet/cronet_static.gypi
+++ b/components/cronet/cronet_static.gypi
@@ -25,12 +25,12 @@
'android/cronet_data_reduction_proxy.h',
'android/cronet_histogram_manager.cc',
'android/cronet_histogram_manager.h',
- 'android/cronet_library_loader.cc',
- 'android/cronet_library_loader.h',
'android/cronet_in_memory_pref_store.cc',
'android/cronet_in_memory_pref_store.h',
- 'android/cronet_upload_data_stream_adapter.cc',
- 'android/cronet_upload_data_stream_adapter.h',
+ 'android/cronet_library_loader.cc',
+ 'android/cronet_library_loader.h',
+ 'android/cronet_upload_data_stream.cc',
+ 'android/cronet_upload_data_stream.h',
'android/cronet_upload_data_stream_delegate.cc',
'android/cronet_upload_data_stream_delegate.h',
'android/cronet_url_request_adapter.cc',
« no previous file with comments | « components/cronet/android/test/javatests/src/org/chromium/net/CronetUploadTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698