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

Unified Diff: Source/web/WebInputEventFactoryAndroid.cpp

Issue 60153002: Move KeyboardCodes to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/WebInputEventFactoryAndroid.cpp
diff --git a/Source/web/WebInputEventFactoryAndroid.cpp b/Source/web/WebInputEventFactoryAndroid.cpp
index 5b204cdbb5fe68473deaaabe1817ff0c6c62562f..855eacb3fb865524027f8e59764afc76986c8cda 100644
--- a/Source/web/WebInputEventFactoryAndroid.cpp
+++ b/Source/web/WebInputEventFactoryAndroid.cpp
@@ -33,7 +33,7 @@
#include "WebInputEvent.h"
#include "core/platform/chromium/KeyCodeConversion.h"
-#include "core/platform/chromium/KeyboardCodes.h"
+#include "platform/KeyboardCodes.h"
#include "wtf/Assertions.h"
namespace WebKit {

Powered by Google App Engine
This is Rietveld 408576698