| Index: services/authenticating_url_loader_interceptor/BUILD.gn
|
| diff --git a/services/authenticating_url_loader_interceptor/BUILD.gn b/services/authenticating_url_loader_interceptor/BUILD.gn
|
| index be9d7892966dc3dccd25f90d94f6208dc6b4ca23..b90bb14acf4bcdc6d0c357e5f29014e3f0e73917 100644
|
| --- a/services/authenticating_url_loader_interceptor/BUILD.gn
|
| +++ b/services/authenticating_url_loader_interceptor/BUILD.gn
|
| @@ -27,7 +27,7 @@ mojo_native_application("authenticating_url_loader_interceptor") {
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/services/authenticating_url_loader_interceptor/interfaces",
|
| "//mojo/services/authentication/interfaces",
|
| - "//mojo/services/network/public/interfaces",
|
| + "//mojo/services/network/interfaces",
|
| "//url",
|
| ]
|
| }
|
| @@ -48,7 +48,7 @@ mojo_native_application("apptests") {
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//mojo/services/authenticating_url_loader_interceptor/interfaces",
|
| - "//mojo/services/network/public/interfaces",
|
| + "//mojo/services/network/interfaces",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|