Index: content/renderer/notification_provider.cc |
diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc |
index 0459a9e32b055174159909369a565776fa1d8f9c..56436178ddba147d7fee1d8178d98529c2707041 100644 |
--- a/content/renderer/notification_provider.cc |
+++ b/content/renderer/notification_provider.cc |
@@ -8,7 +8,7 @@ |
#include "content/common/desktop_notification_messages.h" |
#include "content/common/view_messages.h" |
#include "content/renderer/render_view_impl.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
+#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPermissionCallback.h" |