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

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

Issue 1396423002: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 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
« no previous file with comments | « mojo/services/network/udp_socket_impl.h ('k') | mojo/services/network/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/udp_socket_wrapper.h
diff --git a/mojo/services/network/public/cpp/udp_socket_wrapper.h b/mojo/services/network/udp_socket_wrapper.h
similarity index 96%
rename from mojo/services/network/public/cpp/udp_socket_wrapper.h
rename to mojo/services/network/udp_socket_wrapper.h
index c45ed47db6f9deb46d2c0f8f2e9205fe3e5876e5..7c0722e335f5694b3f4f94be2967f964d53627a9 100644
--- a/mojo/services/network/public/cpp/udp_socket_wrapper.h
+++ b/mojo/services/network/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_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
-#define MOJO_SERVICES_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
+#ifndef MOJO_SERVICES_NETWORK_UDP_SOCKET_WRAPPER_H_
+#define MOJO_SERVICES_NETWORK_UDP_SOCKET_WRAPPER_H_
#include <queue>
-#include "network/public/interfaces/udp_socket.mojom.h"
+#include "mojo/services/network/interfaces/udp_socket.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
namespace mojo {
@@ -179,4 +179,4 @@ class UDPSocketWrapper : public UDPSocketReceiver {
} // namespace mojo
-#endif // MOJO_SERVICES_NETWORK_PUBLIC_CPP_UDP_SOCKET_WRAPPER_H_
+#endif // MOJO_SERVICES_NETWORK_UDP_SOCKET_WRAPPER_H_
« no previous file with comments | « mojo/services/network/udp_socket_impl.h ('k') | mojo/services/network/udp_socket_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698