summaryrefslogtreecommitdiffstats
path: root/chrome/common/desktop_notifications/active_notification_tracker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/desktop_notifications/active_notification_tracker.cc')
-rw-r--r--chrome/common/desktop_notifications/active_notification_tracker.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/desktop_notifications/active_notification_tracker.cc b/chrome/common/desktop_notifications/active_notification_tracker.cc
index 230d76a..3357ab3 100644
--- a/chrome/common/desktop_notifications/active_notification_tracker.cc
+++ b/chrome/common/desktop_notifications/active_notification_tracker.cc
@@ -5,8 +5,8 @@
#include "chrome/common/desktop_notifications/active_notification_tracker.h"
#include "base/message_loop.h"
-#include "webkit/api/public/WebNotification.h"
-#include "webkit/api/public/WebNotificationPermissionCallback.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebNotification.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebNotificationPermissionCallback.h"
using WebKit::WebNotification;
using WebKit::WebNotificationPermissionCallback;