Index: chrome/renderer/notification_provider.h |
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h |
index f08d0312a39377a9032fd430c0ec28461f54e048..d02ee15ebeffce4d232609a34c8b9a433ad87d71 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 { |