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

Unified Diff: net/base/address_list.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/base/address_list.h
diff --git a/net/base/address_list.h b/net/base/address_list.h
index c87add8d5eac52ab1432966620dcf0b1a3d2791a..d2a13abc9111804e0a1f24e989d1277bf3bea6d7 100644
--- a/net/base/address_list.h
+++ b/net/base/address_list.h
@@ -13,7 +13,7 @@
#include "base/compiler_specific.h"
#include "net/base/ip_endpoint.h"
#include "net/base/net_export.h"
-#include "net/log/net_log.h"
+#include "net/log/net_log_parameters_callback.h"
struct addrinfo;
@@ -55,7 +55,7 @@ class NET_EXPORT AddressList {
// Creates a callback for use with the NetLog that returns a Value
// representation of the address list. The callback must be destroyed before
// |this| is.
- NetLog::ParametersCallback CreateNetLogCallback() const;
+ NetLogParametersCallback CreateNetLogCallback() const;
using iterator = std::vector<IPEndPoint>::iterator;
using const_iterator = std::vector<IPEndPoint>::const_iterator;

Powered by Google App Engine
This is Rietveld 408576698