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

Unified Diff: Source/web/EditorClientImpl.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/EditorClientImpl.cpp
diff --git a/Source/web/EditorClientImpl.cpp b/Source/web/EditorClientImpl.cpp
index c00e0814ce6c657efa79de429719b72ce3acd3b4..ad5c48539326e8363aaf850de62edab2f70abcb1 100644
--- a/Source/web/EditorClientImpl.cpp
+++ b/Source/web/EditorClientImpl.cpp
@@ -57,8 +57,8 @@
#include "core/frame/Frame.h"
#include "core/page/Page.h"
#include "core/page/Settings.h"
-#include "core/platform/chromium/KeyboardCodes.h"
#include "core/rendering/RenderObject.h"
+#include "platform/KeyboardCodes.h"
#include "platform/PlatformKeyboardEvent.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698