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

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

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.h
diff --git a/components/cronet/android/cronet_upload_data_stream.h b/components/cronet/android/cronet_upload_data_stream.h
index 97b6e4e053c4bf98a976d2bd00bb62bc38080e60..1fa103f00dca46a01f3a5c12c8985589c35ae4e0 100644
--- a/components/cronet/android/cronet_upload_data_stream.h
+++ b/components/cronet/android/cronet_upload_data_stream.h
@@ -67,7 +67,7 @@ class CronetUploadDataStream : public net::UploadDataStream {
private:
// net::UploadDataStream implementation:
- int InitInternal(const net::BoundNetLog& net_log) override;
+ int InitInternal(const net::NetLogWithSource& net_log) override;
int ReadInternal(net::IOBuffer* buf, int buf_len) override;
void ResetInternal() override;

Powered by Google App Engine
This is Rietveld 408576698