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

Unified Diff: net/tools/gdig/file_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/tools/gdig/file_net_log.cc
diff --git a/net/tools/gdig/file_net_log.cc b/net/tools/gdig/file_net_log.cc
index 1281f8abbe25ff8438a190c8a46e8a0e2b14b49c..735263d5547d90679a4e0ee9f0eeecaddb1a28fd 100644
--- a/net/tools/gdig/file_net_log.cc
+++ b/net/tools/gdig/file_net_log.cc
@@ -23,7 +23,7 @@ FileNetLogObserver::~FileNetLogObserver() {
}
void FileNetLogObserver::OnAddEntry(const net::NetLog::Entry& entry) {
- // Only BoundNetLogs without a NetLog should have an invalid source.
+ // Only NetLogWithSources without a NetLog should have an invalid source.
DCHECK(entry.source().IsValid());
const char* source = NetLog::SourceTypeToString(entry.source().type);

Powered by Google App Engine
This is Rietveld 408576698