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

Unified Diff: extensions/browser/api/cast_channel/cast_socket.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: extensions/browser/api/cast_channel/cast_socket.h
diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h
index ebf1550d14830625ca050878b491ccb50670a98d..4299c7615f78e6be47f7efb6efa2c21de7d012b7 100644
--- a/extensions/browser/api/cast_channel/cast_socket.h
+++ b/extensions/browser/api/cast_channel/cast_socket.h
@@ -26,13 +26,14 @@
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"
#include "net/base/ip_endpoint.h"
-#include "net/log/net_log.h"
+#include "net/log/net_log_source.h"
namespace net {
class AddressList;
class CertVerifier;
class CTPolicyEnforcer;
class CTVerifier;
+class NetLog;
class SSLClientSocket;
class StreamSocket;
class TCPClientSocket;
@@ -296,7 +297,7 @@ class CastSocketImpl : public CastSocket {
// The NetLog for this service.
net::NetLog* net_log_;
// The NetLog source for this service.
- net::NetLog::Source net_log_source_;
+ net::NetLogSource net_log_source_;
// True when keep-alive signaling should be handled for this socket.
bool keep_alive_;

Powered by Google App Engine
This is Rietveld 408576698