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

Unified Diff: net/socket/ssl_server_socket_impl.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/socket/ssl_server_socket_impl.h
diff --git a/net/socket/ssl_server_socket_impl.h b/net/socket/ssl_server_socket_impl.h
index 19a47971941f358f58f7a7493133b47857a32828..94fd6b594f7ad3a7f7eb92489e23437ab75084d9 100644
--- a/net/socket/ssl_server_socket_impl.h
+++ b/net/socket/ssl_server_socket_impl.h
@@ -12,7 +12,6 @@
#include "base/macros.h"
#include "net/base/completion_callback.h"
#include "net/base/io_buffer.h"
-#include "net/log/net_log.h"
#include "net/socket/ssl_server_socket.h"
#include "net/ssl/scoped_openssl_types.h"
#include "net/ssl/ssl_server_config.h"

Powered by Google App Engine
This is Rietveld 408576698