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

Unified Diff: mojo/services/network/interfaces/http_message.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
Index: mojo/services/network/interfaces/http_message.mojom
diff --git a/mojo/services/network/interfaces/http_message.mojom b/mojo/services/network/interfaces/http_message.mojom
index bba72cf199d65883775e06fc7fb4d58a45f4e448..b1093d26cd3c6cc080d85299f48434ddb0dbad1e 100644
--- a/mojo/services/network/interfaces/http_message.mojom
+++ b/mojo/services/network/interfaces/http_message.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/http_header.mojom";
+import "mojo/public/interfaces/network/http_header.mojom";
struct HttpRequest {
string method = "GET";
« no previous file with comments | « mojo/services/network/interfaces/http_connection.mojom ('k') | mojo/services/network/interfaces/http_server.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698