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

Unified Diff: Source/web/WebInputEventFactoryGtk.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/WebInputEventFactoryGtk.cpp
diff --git a/Source/web/WebInputEventFactoryGtk.cpp b/Source/web/WebInputEventFactoryGtk.cpp
index ea66d6309d020cb09370e0952c7ebe13b7188f54..9a668174dabb3f73785bd8c6398cbb09371fab0a 100644
--- a/Source/web/WebInputEventFactoryGtk.cpp
+++ b/Source/web/WebInputEventFactoryGtk.cpp
@@ -32,7 +32,7 @@
#include "WebInputEventFactory.h"
#include "core/platform/chromium/KeyCodeConversion.h"
-#include "core/platform/chromium/KeyboardCodes.h"
+#include "platform/KeyboardCodes.h"
#include "WebInputEvent.h"

Powered by Google App Engine
This is Rietveld 408576698