| Index: mandoline/services/updater/BUILD.gn
|
| diff --git a/mandoline/services/updater/BUILD.gn b/mandoline/services/updater/BUILD.gn
|
| index 441ec8330898912fb42486f1db404ebc68c64537..e2edf1fc44708665aaddee0236dd1386f9d2d8e6 100644
|
| --- a/mandoline/services/updater/BUILD.gn
|
| +++ b/mandoline/services/updater/BUILD.gn
|
| @@ -16,9 +16,9 @@ mojo_native_application("updater") {
|
| deps = [
|
| "//base",
|
| "//components/update_client",
|
| - "//mojo/application/public/cpp",
|
| "//mojo/public/cpp/system",
|
| "//mojo/services/updater",
|
| + "//mojo/shell/public/cpp",
|
| "//url",
|
| ]
|
| }
|
|
|