summaryrefslogtreecommitdiff
path: root/chromium/content/common/notifications/notification_types.typemap
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/common/notifications/notification_types.typemap')
-rw-r--r--chromium/content/common/notifications/notification_types.typemap4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/common/notifications/notification_types.typemap b/chromium/content/common/notifications/notification_types.typemap
index 5ab8b9f13fb..f96161612fc 100644
--- a/chromium/content/common/notifications/notification_types.typemap
+++ b/chromium/content/common/notifications/notification_types.typemap
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-mojom = "//third_party/WebKit/public/platform/modules/notifications/notification.mojom"
+mojom = "//third_party/blink/public/platform/modules/notifications/notification.mojom"
public_headers = [
"//content/public/common/notification_resources.h",
"//content/public/common/platform_notification_data.h",
@@ -11,7 +11,7 @@ traits_headers =
[ "//content/common/notifications/notification_struct_traits.h" ]
deps = [
"//mojo/public/cpp/bindings",
- "//third_party/WebKit/public:blink_headers",
+ "//third_party/blink/public:blink_headers",
]
type_mappings = [
"blink.mojom.NotificationData=content::PlatformNotificationData",