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

Unified Diff: mojo/services/network/web_socket_read_queue.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/web_socket_impl.cc ('k') | mojo/services/network/web_socket_read_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/web_socket_read_queue.h
diff --git a/mojo/services/network/public/cpp/web_socket_read_queue.h b/mojo/services/network/web_socket_read_queue.h
similarity index 85%
rename from mojo/services/network/public/cpp/web_socket_read_queue.h
rename to mojo/services/network/web_socket_read_queue.h
index 287e91cb34b429f77138d2d35229d0dcacc30fbd..04e4411db24a83de862ae980dff24996722d5e35 100644
--- a/mojo/services/network/public/cpp/web_socket_read_queue.h
+++ b/mojo/services/network/web_socket_read_queue.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 MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_READ_QUEUE_H_
-#define MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_READ_QUEUE_H_
+#ifndef MOJO_SERVICES_NETWORK_WEB_SOCKET_READ_QUEUE_H_
+#define MOJO_SERVICES_NETWORK_WEB_SOCKET_READ_QUEUE_H_
#include "base/callback.h"
#include "base/memory/scoped_vector.h"
@@ -41,4 +41,4 @@ class WebSocketReadQueue {
} // namespace mojo
-#endif // MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_READ_QUEUE_H_
+#endif // MOJO_SERVICES_NETWORK_WEB_SOCKET_READ_QUEUE_H_
« no previous file with comments | « mojo/services/network/web_socket_impl.cc ('k') | mojo/services/network/web_socket_read_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698