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

Unified Diff: net/tools/gdig/file_net_log.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/tools/gdig/file_net_log.h
diff --git a/net/tools/gdig/file_net_log.h b/net/tools/gdig/file_net_log.h
index b39111d7d4633282d2bf0ec842d54c7af19c40bd..4d52f1807a3a659a8bf6c656254712ab02f66f56 100644
--- a/net/tools/gdig/file_net_log.h
+++ b/net/tools/gdig/file_net_log.h
@@ -22,7 +22,7 @@ class FileNetLogObserver : public NetLog::ThreadSafeObserver {
~FileNetLogObserver() override;
// NetLog::ThreadSafeObserver implementation:
- void OnAddEntry(const net::NetLog::Entry& entry) override;
+ void OnAddEntry(const net::NetLogEntry& entry) override;
private:
FILE* const destination_;

Powered by Google App Engine
This is Rietveld 408576698