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

Unified Diff: mojo/services/network/public/cpp/web_socket_write_queue.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
Index: mojo/services/network/public/cpp/web_socket_write_queue.h
diff --git a/mojo/services/public/cpp/network/web_socket_write_queue.h b/mojo/services/network/public/cpp/web_socket_write_queue.h
similarity index 86%
rename from mojo/services/public/cpp/network/web_socket_write_queue.h
rename to mojo/services/network/public/cpp/web_socket_write_queue.h
index 7d5f5fa119f654db86243cbaa48a5bc1155e7dac..e683be4ae077c24bf527e0a3f72ee081e5d9d086 100644
--- a/mojo/services/public/cpp/network/web_socket_write_queue.h
+++ b/mojo/services/network/public/cpp/web_socket_write_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_PUBLIC_CPP_NETWORK_WEB_SOCKET_WRITE_QUEUE_H_
-#define MOJO_SERVICES_PUBLIC_CPP_NETWORK_WEB_SOCKET_WRITE_QUEUE_H_
+#ifndef MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_WRITE_QUEUE_H_
+#define MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_WRITE_QUEUE_H_
#include "base/callback.h"
#include "base/memory/scoped_vector.h"
@@ -41,4 +41,4 @@ class WebSocketWriteQueue {
} // namespace mojo
-#endif // MOJO_SERVICES_PUBLIC_CPP_NETWORK_WEB_SOCKET_WRITE_QUEUE_H_
+#endif // MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_WRITE_QUEUE_H_
« no previous file with comments | « mojo/services/network/public/cpp/web_socket_read_queue.cc ('k') | mojo/services/network/public/cpp/web_socket_write_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698