| Index: chrome/common/desktop_notifications/active_notification_tracker.cc
|
| diff --git a/chrome/common/desktop_notifications/active_notification_tracker.cc b/chrome/common/desktop_notifications/active_notification_tracker.cc
|
| index 230d76a257f84edcd5c60d50130b546863b7c0b2..3357ab3f5e1d12884e1e9ee757f279279803b833 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;
|
|
|