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

Unified Diff: Source/core/platform/chromium/KeyCodeConversionGtk.cpp

Issue 60153002: Move KeyboardCodes to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove stray reference to KeyboardCodes.h 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
Index: Source/core/platform/chromium/KeyCodeConversionGtk.cpp
diff --git a/Source/core/platform/chromium/KeyCodeConversionGtk.cpp b/Source/core/platform/chromium/KeyCodeConversionGtk.cpp
index 354acc02de5bf41830579314991e2925191dda8d..e20dabd62a6d4520d3f65bd49dfd4bd18c04c5c1 100644
--- a/Source/core/platform/chromium/KeyCodeConversionGtk.cpp
+++ b/Source/core/platform/chromium/KeyCodeConversionGtk.cpp
@@ -32,7 +32,7 @@
#include "config.h"
#include "core/platform/chromium/KeyCodeConversion.h"
-#include "core/platform/chromium/KeyboardCodes.h"
+#include "platform/KeyboardCodes.h"
#include <gdk/gdkkeysyms.h>
« no previous file with comments | « Source/core/platform/chromium/KeyCodeConversionAndroid.cpp ('k') | Source/core/platform/chromium/KeyboardCodes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698