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

Unified Diff: Source/web/WebInputEventFactoryGtk.cpp

Issue 106103009: Move remaining KeyCode files to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add missing include Created 7 years 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/web/WebInputEventFactoryAndroid.cpp ('k') | Source/web/tests/KeyCodeConversionTestGtk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEventFactoryGtk.cpp
diff --git a/Source/web/WebInputEventFactoryGtk.cpp b/Source/web/WebInputEventFactoryGtk.cpp
index 45450fdffffa4e93249eb8a9ea5e46d2c31a1bae..ca01892690defc9e2955fdaec9a473053e051b92 100644
--- a/Source/web/WebInputEventFactoryGtk.cpp
+++ b/Source/web/WebInputEventFactoryGtk.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebInputEventFactory.h"
-#include "core/platform/chromium/KeyCodeConversion.h"
+#include "platform/KeyCodeConversion.h"
#include "platform/KeyboardCodes.h"
#include "WebInputEvent.h"
« no previous file with comments | « Source/web/WebInputEventFactoryAndroid.cpp ('k') | Source/web/tests/KeyCodeConversionTestGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698