summaryrefslogtreecommitdiffstats
path: root/content/child/notifications/notification_manager.cc
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2015-02-05 10:28:05 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-05 18:29:03 +0000
commita3623c5f607903dab46bfd6e3636d257c14af608 (patch)
treee14d6653ec7d3403c376d3561921922b80d704ba /content/child/notifications/notification_manager.cc
parentbd73406a3a3edb61a45e4f4d55b0d0cfcb118f13 (diff)
downloadchromium_src-a3623c5f607903dab46bfd6e3636d257c14af608.zip
chromium_src-a3623c5f607903dab46bfd6e3636d257c14af608.tar.gz
chromium_src-a3623c5f607903dab46bfd6e3636d257c14af608.tar.bz2
Mechanical change for updating the paths to Notification Blink API files.
Update the Chromium uses of the Blink Web Notification-related API headers to match the new locations of these files. This is part of a three-sided patch: [1] https://codereview.chromium.org/872313003/ [2] This patch. [3] https://codereview.chromium.org/869343005/ BUG=453032 Review URL: https://codereview.chromium.org/893993002 Cr-Commit-Position: refs/heads/master@{#314839}
Diffstat (limited to 'content/child/notifications/notification_manager.cc')
-rw-r--r--content/child/notifications/notification_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/child/notifications/notification_manager.cc b/content/child/notifications/notification_manager.cc
index 39cb604..cbdab9f 100644
--- a/content/child/notifications/notification_manager.cc
+++ b/content/child/notifications/notification_manager.cc
@@ -15,9 +15,9 @@
#include "content/child/worker_task_runner.h"
#include "content/common/platform_notification_messages.h"
#include "content/public/common/platform_notification_data.h"
-#include "third_party/WebKit/public/platform/WebNotificationData.h"
-#include "third_party/WebKit/public/platform/WebNotificationDelegate.h"
#include "third_party/WebKit/public/platform/WebSerializedOrigin.h"
+#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h"
+#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h"
#include "third_party/skia/include/core/SkBitmap.h"
using blink::WebNotificationPermission;