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

Unified Diff: chrome/browser/extensions/api/socket/mock_tcp_client_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: chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
diff --git a/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h b/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
index 2ae5e9cefbfaf39c0c929b55364a0ab3687dde27..595d268523409e3634ab1c6655bed9faafba5a5e 100644
--- a/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
+++ b/chrome/browser/extensions/api/socket/mock_tcp_client_socket.h
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_EXTENSIONS_API_SOCKET_MOCK_TCP_CLIENT_SOCKET_H_
#define CHROME_BROWSER_EXTENSIONS_API_SOCKET_MOCK_TCP_CLIENT_SOCKET_H_
+#include "net/log/net_log_source.h"
+#include "net/log/net_log_with_source.h"
#include "net/socket/tcp_client_socket.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -51,7 +53,7 @@ MockTCPClientSocket::MockTCPClientSocket()
: TCPClientSocket(net::AddressList(),
nullptr,
nullptr,
- net::NetLog::Source()) {}
+ net::NetLogSource()) {}
MockTCPClientSocket::~MockTCPClientSocket() {}
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698