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

Unified Diff: net/socket/udp_net_log_parameters.h

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: revert sys/socket.h change Created 4 years, 1 month 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
« no previous file with comments | « net/socket/udp_client_socket.cc ('k') | net/socket/udp_net_log_parameters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_net_log_parameters.h
diff --git a/net/udp/udp_net_log_parameters.h b/net/socket/udp_net_log_parameters.h
similarity index 88%
rename from net/udp/udp_net_log_parameters.h
rename to net/socket/udp_net_log_parameters.h
index 3dcaa3e8ed9c8f934116baf2acf4fc51d71d13a9..78b080b96e4e8332afe360e4691783dbfc00c863 100644
--- a/net/udp/udp_net_log_parameters.h
+++ b/net/socket/udp_net_log_parameters.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_UDP_UDP_NET_LOG_PARAMETERS_H_
-#define NET_UDP_UDP_NET_LOG_PARAMETERS_H_
+#ifndef NET_SOCKET_UDP_NET_LOG_PARAMETERS_H_
+#define NET_SOCKET_UDP_NET_LOG_PARAMETERS_H_
#include "net/base/network_change_notifier.h"
#include "net/log/net_log_parameters_callback.h"
@@ -30,4 +30,4 @@ NetLogParametersCallback CreateNetLogUDPConnectCallback(
} // namespace net
-#endif // NET_UDP_UDP_NET_LOG_PARAMETERS_H_
+#endif // NET_SOCKET_UDP_NET_LOG_PARAMETERS_H_
« no previous file with comments | « net/socket/udp_client_socket.cc ('k') | net/socket/udp_net_log_parameters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698