diff options
Diffstat (limited to 'chrome/renderer/notification_provider.h')
-rw-r--r-- | chrome/renderer/notification_provider.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h index f08d031..d02ee15 100644 --- a/chrome/renderer/notification_provider.h +++ b/chrome/renderer/notification_provider.h @@ -9,8 +9,8 @@ #include "chrome/common/desktop_notifications/active_notification_tracker.h" #include "ipc/ipc_channel.h" -#include "webkit/api/public/WebNotification.h" -#include "webkit/api/public/WebNotificationPresenter.h" +#include "third_party/WebKit/WebKit/chromium/public/WebNotification.h" +#include "third_party/WebKit/WebKit/chromium/public/WebNotificationPresenter.h" class RenderView; namespace WebKit { |