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

Unified Diff: net/log/test_net_log.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: net/log/test_net_log.cc
diff --git a/net/log/test_net_log.cc b/net/log/test_net_log.cc
index 1fc5a8b47a6b93c97d45a89073516fb002859d56..1b8bb549ca6d5f4f76810f36c3213aa9ccf18ca7 100644
--- a/net/log/test_net_log.cc
+++ b/net/log/test_net_log.cc
@@ -104,7 +104,8 @@ NetLog::ThreadSafeObserver* TestNetLog::GetObserver() const {
}
BoundTestNetLog::BoundTestNetLog()
- : net_log_(BoundNetLog::Make(&test_net_log_, NetLogSourceType::NONE)) {}
+ : net_log_(NetLogWithSource::Make(&test_net_log_, NetLogSourceType::NONE)) {
+}
BoundTestNetLog::~BoundTestNetLog() {
}

Powered by Google App Engine
This is Rietveld 408576698