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

Unified Diff: mojo/services/network/public/cpp/udp_socket_wrapper.h

Issue 789243002: Restructure public side of network service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 6 years 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 | « mojo/services/network/public/cpp/BUILD.gn ('k') | mojo/services/network/public/cpp/udp_socket_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/public/cpp/udp_socket_wrapper.h
diff --git a/mojo/services/public/cpp/network/udp_socket_wrapper.h b/mojo/services/network/public/cpp/udp_socket_wrapper.h
similarity index 95%
rename from mojo/services/public/cpp/network/udp_socket_wrapper.h
rename to mojo/services/network/public/cpp/udp_socket_wrapper.h
index b2eda8d7e290f59f09578f933aa2815daaf3096c..c95fd31ff15d0ac47573a61e73f5c7d058b5f284 100644
--- a/mojo/services/public/cpp/network/udp_socket_wrapper.h
+++ b/mojo/services/network/public/cpp/udp_socket_wrapper.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_PUBLIC_CPP_NETWORK_UDP_SOCKET_WRAPPER_H_
-#define MOJO_SERVICES_PUBLIC_CPP_NETWORK_UDP_SOCKET_WRAPPER_H_
+#ifndef MOJO_SERVICES_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
+#define MOJO_SERVICES_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
#include <queue>
-#include "mojo/services/public/interfaces/network/udp_socket.mojom.h"
+#include "mojo/services/network/public/interfaces/udp_socket.mojom.h"
namespace mojo {
@@ -142,4 +142,4 @@ class UDPSocketWrapper : public UDPSocketClient {
} // namespace mojo
-#endif // MOJO_SERVICES_PUBLIC_CPP_NETWORK_UDP_SOCKET_WRAPPER_H_
+#endif // MOJO_SERVICES_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
« no previous file with comments | « mojo/services/network/public/cpp/BUILD.gn ('k') | mojo/services/network/public/cpp/udp_socket_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698