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

Unified Diff: Source/core/html/MediaDocument.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/html/MediaDocument.cpp
diff --git a/Source/core/html/MediaDocument.cpp b/Source/core/html/MediaDocument.cpp
index 65af26d656e9b262b59a053fa8771078262801a3..ef6207470d6faf9128457a07845c96324b8aaaa7 100644
--- a/Source/core/html/MediaDocument.cpp
+++ b/Source/core/html/MediaDocument.cpp
@@ -42,7 +42,7 @@
#include "core/loader/DocumentLoader.h"
#include "core/loader/FrameLoader.h"
#include "core/frame/Frame.h"
-#include "core/platform/chromium/KeyboardCodes.h"
+#include "platform/KeyboardCodes.h"
namespace WebCore {
« no previous file with comments | « Source/core/editing/EditorKeyBindings.cpp ('k') | Source/core/platform/chromium/KeyCodeConversionAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698