| 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",
|
| ]
|
| }
|
|
|