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

Unified Diff: mojo/services/public/interfaces/content_handler/BUILD.gn

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/public/interfaces/content_handler/BUILD.gn
diff --git a/mojo/services/public/interfaces/content_handler/BUILD.gn b/mojo/services/public/interfaces/content_handler/BUILD.gn
index c2d67daeb11ef85115689a1d28a23310332c558a..5c542766514dd16d56dba31e96d89a2fdbef4bc9 100644
--- a/mojo/services/public/interfaces/content_handler/BUILD.gn
+++ b/mojo/services/public/interfaces/content_handler/BUILD.gn
@@ -11,6 +11,6 @@ mojom("content_handler") {
deps = [
"//mojo/public/interfaces/application",
- "//mojo/services/public/interfaces/network",
+ "//mojo/services/network/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698