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

Unified Diff: Source/core/dom/KeyboardEvent.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/IgnoreDestructiveWriteCountIncrementer.h ('k') | Source/core/dom/KeyboardEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/KeyboardEvent.h
diff --git a/Source/core/dom/KeyboardEvent.h b/Source/core/dom/KeyboardEvent.h
index e5013ef90de63a0a6fc4707e903d1258f397cee6..1900174aa7f5dcc608cbb6eb08311275bb10ee7a 100644
--- a/Source/core/dom/KeyboardEvent.h
+++ b/Source/core/dom/KeyboardEvent.h
@@ -24,8 +24,8 @@
#ifndef KeyboardEvent_h
#define KeyboardEvent_h
-#include "EventDispatchMediator.h"
-#include "UIEventWithKeyState.h"
+#include "core/dom/EventDispatchMediator.h"
+#include "core/dom/UIEventWithKeyState.h"
#include <wtf/Vector.h>
namespace WebCore {
« no previous file with comments | « Source/core/dom/IgnoreDestructiveWriteCountIncrementer.h ('k') | Source/core/dom/KeyboardEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698