diff options
Diffstat (limited to 'webkit/tools/test_shell/notification_presenter.cc')
-rw-r--r-- | webkit/tools/test_shell/notification_presenter.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/notification_presenter.cc b/webkit/tools/test_shell/notification_presenter.cc index 5f1893e..9e3bf12 100644 --- a/webkit/tools/test_shell/notification_presenter.cc +++ b/webkit/tools/test_shell/notification_presenter.cc @@ -7,11 +7,11 @@ #include "base/message_loop.h" #include "base/task.h" #include "googleurl/src/gurl.h" -#include "third_party/WebKit/WebKit/chromium/public/WebNotification.h" -#include "third_party/WebKit/WebKit/chromium/public/WebNotificationPermissionCallback.h" -#include "third_party/WebKit/WebKit/chromium/public/WebSecurityOrigin.h" -#include "third_party/WebKit/WebKit/chromium/public/WebString.h" -#include "third_party/WebKit/WebKit/chromium/public/WebURL.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotification.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebNotificationPermissionCallback.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebSecurityOrigin.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebString.h" +#include "third_party/WebKit/Source/WebKit/chromium/public/WebURL.h" using WebKit::WebNotification; using WebKit::WebNotificationPresenter; |