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

Unified Diff: mojo/services/network/interfaces/web_socket.mojom

Issue 1397363005: Make the mojom files under //mojo/services/network/interfaces basically the same as the ones in the… (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/interfaces/url_loader_interceptor.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/interfaces/web_socket.mojom
diff --git a/mojo/services/network/interfaces/web_socket.mojom b/mojo/services/network/interfaces/web_socket.mojom
index 72c41ffa9194e8c1816d652bce9fdecc8b31a059..f5880352795bac567522b188cc78599a26d31d8b 100644
--- a/mojo/services/network/interfaces/web_socket.mojom
+++ b/mojo/services/network/interfaces/web_socket.mojom
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+[DartPackage="mojo_services"]
module mojo;
-import "third_party/mojo/src/mojo/public/interfaces/network/network_error.mojom";
+import "mojo/public/interfaces/network/network_error.mojom";
interface WebSocket {
enum MessageType {
« no previous file with comments | « mojo/services/network/interfaces/url_loader_interceptor.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698