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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu 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/GenericEventQueue.h ('k') | Source/core/dom/IconURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/GestureEvent.h
diff --git a/Source/core/dom/GestureEvent.h b/Source/core/dom/GestureEvent.h
index 9fa38242d236d15fe8029d5fee240470d673c11c..f4daf822e1928875f6a55bc66c7edbb5fb60c23d 100644
--- a/Source/core/dom/GestureEvent.h
+++ b/Source/core/dom/GestureEvent.h
@@ -31,8 +31,8 @@
#include "Frame.h"
#include "FrameView.h"
#include "MouseRelatedEvent.h"
-#include "PlatformEvent.h"
-#include "PlatformGestureEvent.h"
+#include "core/platform/PlatformEvent.h"
+#include "core/platform/PlatformGestureEvent.h"
namespace WebCore {
« no previous file with comments | « Source/core/dom/GenericEventQueue.h ('k') | Source/core/dom/IconURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698