diff options
Diffstat (limited to 'Source/WebKit/chromium/src/WebNotification.cpp')
-rw-r--r-- | Source/WebKit/chromium/src/WebNotification.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/WebKit/chromium/src/WebNotification.cpp b/Source/WebKit/chromium/src/WebNotification.cpp index 54209fd97..c8fe815c4 100644 --- a/Source/WebKit/chromium/src/WebNotification.cpp +++ b/Source/WebKit/chromium/src/WebNotification.cpp @@ -37,11 +37,9 @@ #include "Notification.h" #include "UserGestureIndicator.h" #include "WindowFocusAllowedIndicator.h" - -#include "platform/WebString.h" #include "WebTextDirection.h" -#include "platform/WebURL.h" - +#include <public/WebString.h> +#include <public/WebURL.h> #include <wtf/PassRefPtr.h> using namespace WebCore; |