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

Unified Diff: components/cronet/android/cronet_upload_data_stream.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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: components/cronet/android/cronet_upload_data_stream.cc
diff --git a/components/cronet/android/cronet_upload_data_stream.cc b/components/cronet/android/cronet_upload_data_stream.cc
index 750919c2c1db8af2174c6dc7a77bec45c23d84f7..dbed54b2be5eade48c1fb76de93db6f4713f2218 100644
--- a/components/cronet/android/cronet_upload_data_stream.cc
+++ b/components/cronet/android/cronet_upload_data_stream.cc
@@ -24,7 +24,7 @@ CronetUploadDataStream::~CronetUploadDataStream() {
delegate_->OnUploadDataStreamDestroyed();
}
-int CronetUploadDataStream::InitInternal(const net::BoundNetLog& net_log) {
+int CronetUploadDataStream::InitInternal(const net::NetLogWithSource& net_log) {
// ResetInternal should have been called before init, if the stream was in
// use.
DCHECK(!waiting_on_read_);

Powered by Google App Engine
This is Rietveld 408576698