Index: content/renderer/notification_provider.cc |
=================================================================== |
--- content/renderer/notification_provider.cc (revision 175802) |
+++ content/renderer/notification_provider.cc (working copy) |
@@ -8,10 +8,10 @@ |
#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/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" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebView.h" |
using WebKit::WebDocument; |