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

Unified Diff: net/log/net_log_util.h

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 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/net_log_util.h
diff --git a/net/log/net_log_util.h b/net/log/net_log_util.h
index e6a65e444692bbc568d7dfb4f955c1f6ee6b48e6..829dcf569a59ee8792658d30c0612d50f507d18c 100644
--- a/net/log/net_log_util.h
+++ b/net/log/net_log_util.h
@@ -45,7 +45,7 @@ NET_EXPORT std::unique_ptr<base::DictionaryValue> GetNetInfo(
int info_sources);
// Takes in a set of contexts and a NetLog::Observer, and passes in
-// NetLog::Entries to the observer for certain NetLog::Sources with pending
+// NetLog::Entries to the observer for certain NetLogSources with pending
// events. This allows requests that were ongoing when logging was started to
// have an initial event that has some information. This is particularly useful
// for hung requests. Note that these calls are not protected by the NetLog's

Powered by Google App Engine
This is Rietveld 408576698