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

Unified Diff: mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom

Issue 1129063008: Move mojom definitions of URL{Request,Response} into SDK (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update for monet Created 5 years, 7 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/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom
diff --git a/mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom b/mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom
index b73c919f69652d5c68dfa90bc85bdbfb0b5befd0..dfac867fd5ea4511580f9a368ccb9b680e37bd04 100644
--- a/mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom
+++ b/mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom
@@ -4,7 +4,8 @@
module mojo;
-import "network/public/interfaces/url_loader.mojom";
+import "mojo/public/interfaces/network/url_request.mojom";
+import "mojo/public/interfaces/network/url_response.mojom";
interface AuthenticatingURLLoader {
// Loads the given |request|, asynchronously producing |response|. If the
« no previous file with comments | « mojo/public/interfaces/network/url_response.mojom ('k') | mojo/services/content_handler/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698