Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: Source/core/dom/TouchEvent.h

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Touch.cpp ('k') | Source/core/dom/TouchEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TouchEvent.h
diff --git a/Source/core/dom/TouchEvent.h b/Source/core/dom/TouchEvent.h
index 524b87a7a248ae0e32a9286ada90446baa1cc3ad..abbd7b8bac639925ae27e43a83b65ce0db6164f7 100644
--- a/Source/core/dom/TouchEvent.h
+++ b/Source/core/dom/TouchEvent.h
@@ -27,9 +27,9 @@
#ifndef TouchEvent_h
#define TouchEvent_h
-#include "EventDispatchMediator.h"
-#include "MouseRelatedEvent.h"
-#include "TouchList.h"
+#include "core/dom/EventDispatchMediator.h"
+#include "core/dom/MouseRelatedEvent.h"
+#include "core/dom/TouchList.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/Touch.cpp ('k') | Source/core/dom/TouchEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698