summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp b/chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp
index b8faf8c5e53..61066239ac4 100644
--- a/chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp
+++ b/chromium/third_party/WebKit/Source/web/WebDOMEventListenerPrivate.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "WebDOMEventListenerPrivate.h"
+#include "web/WebDOMEventListenerPrivate.h"
-#include "EventListenerWrapper.h"
-#include "WebDOMEventListener.h"
+#include "public/web/WebDOMEventListener.h"
+#include "web/EventListenerWrapper.h"
using namespace WebCore;