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

Unified Diff: net/log/trace_net_log_observer.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/trace_net_log_observer.h
diff --git a/net/log/trace_net_log_observer.h b/net/log/trace_net_log_observer.h
index 08907f2e230631438b47964c33d5a5ea76400d5a..4c8b572c5f201507ff2798e5a9edb63d7ffee150 100644
--- a/net/log/trace_net_log_observer.h
+++ b/net/log/trace_net_log_observer.h
@@ -22,7 +22,7 @@ class NET_EXPORT TraceNetLogObserver
~TraceNetLogObserver() override;
// net::NetLog::ThreadSafeObserver implementation:
- void OnAddEntry(const NetLog::Entry& entry) override;
+ void OnAddEntry(const NetLogEntry& entry) override;
// Start to watch for TraceLog enable and disable events.
// This can't be called if already watching for events.

Powered by Google App Engine
This is Rietveld 408576698