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

Unified Diff: Source/core/events/KeyboardEvent.cpp

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adam review Created 7 years, 2 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
Index: Source/core/events/KeyboardEvent.cpp
diff --git a/Source/core/events/KeyboardEvent.cpp b/Source/core/events/KeyboardEvent.cpp
index 2255e72fe538503082668456535900e080e0f63d..c03712edadd9edd5e009a0a4104d8e8960d57368 100644
--- a/Source/core/events/KeyboardEvent.cpp
+++ b/Source/core/events/KeyboardEvent.cpp
@@ -24,8 +24,8 @@
#include "core/events/KeyboardEvent.h"
#include "core/events/ThreadLocalEventNames.h"
-#include "core/platform/WindowsKeyboardCodes.h"
#include "platform/PlatformKeyboardEvent.h"
+#include "platform/WindowsKeyboardCodes.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698