| Index: third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/notifications/BUILD.gn b/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| index 020ba073c670f8c07830992fcda54726ceff0c23..f171a72b99434b69a8f6cea8dec86592ae66948b 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/notifications/BUILD.gn
|
| @@ -24,6 +24,6 @@ blink_modules_sources("notifications") {
|
| "ServiceWorkerRegistrationNotifications.h",
|
| ]
|
| deps = [
|
| - "//device/vibration:mojo_bindings_blink",
|
| + "//services/device/public/interfaces:interfaces_blink",
|
| ]
|
| }
|
|
|