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

Unified Diff: services/vanadium/security/principal_service.go

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies 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 | « services/vanadium/security/BUILD.gn ('k') | shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/vanadium/security/principal_service.go
diff --git a/services/vanadium/security/principal_service.go b/services/vanadium/security/principal_service.go
index 6f31f5b81fc7a8be49abe4b0dcc3da5285e25136..07c2e36a407500cca069f7cc0e7c1604545c7efc 100644
--- a/services/vanadium/security/principal_service.go
+++ b/services/vanadium/security/principal_service.go
@@ -18,8 +18,8 @@ import (
"mojo/public/go/system"
"mojo/public/interfaces/network/url_request"
auth "mojo/services/authentication/interfaces/authentication"
- network "mojo/services/network/public/interfaces/network_service"
- "mojo/services/network/public/interfaces/url_loader"
+ network "mojo/services/network/interfaces/network_service"
+ "mojo/services/network/interfaces/url_loader"
vpkg "mojo/services/vanadium/security/interfaces/principal"
)
« no previous file with comments | « services/vanadium/security/BUILD.gn ('k') | shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698