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

Unified Diff: mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.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
« no previous file with comments | « mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn ('k') | services/js/test/network_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom
diff --git a/mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom b/mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom
index b808b6e5aad95894e15d9057bc95e7ccf988053b..9082c058d601a801d108b519b45cde2065d6692d 100644
--- a/mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom
+++ b/mojo/services/url_response_disk_cache/public/interfaces/url_response_disk_cache.mojom
@@ -4,7 +4,7 @@
module mojo;
-import "mojo/services/network/public/interfaces/url_loader.mojom";
+import "mojo/public/interfaces/network/url_response.mojom";
// This service allows client to efficiently cache and retrieve url response
// content on disk. In particular, it allows the shell and content handlers to
« no previous file with comments | « mojo/services/url_response_disk_cache/public/interfaces/BUILD.gn ('k') | services/js/test/network_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698