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

Unified Diff: components/cronet/android/test/test_upload_data_stream_handler.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/test/test_upload_data_stream_handler.cc
diff --git a/components/cronet/android/test/test_upload_data_stream_handler.cc b/components/cronet/android/test/test_upload_data_stream_handler.cc
index 455f4ba7e643e4a329cb45f5d50761c87e9df911..9a4dead9d8c84134d0609eeb1a251eefa80f0908 100644
--- a/components/cronet/android/test/test_upload_data_stream_handler.cc
+++ b/components/cronet/android/test/test_upload_data_stream_handler.cc
@@ -118,7 +118,7 @@ void TestUploadDataStreamHandler::InitOnNetworkThread() {
int res = upload_data_stream_->Init(
base::Bind(&TestUploadDataStreamHandler::OnInitCompleted,
base::Unretained(this)),
- net::BoundNetLog());
+ net::NetLogWithSource());
JNIEnv* env = base::android::AttachCurrentThread();
cronet::Java_TestUploadDataStreamHandler_onInitCalled(
env, jtest_upload_data_stream_handler_, res);

Powered by Google App Engine
This is Rietveld 408576698