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

Unified Diff: app/event_synthesis_gtk.h

Issue 6246001: Move app/key* to ui/base/keycodes/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months 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 | « app/app_base.gypi ('k') | app/event_synthesis_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/event_synthesis_gtk.h
===================================================================
--- app/event_synthesis_gtk.h (revision 71220)
+++ app/event_synthesis_gtk.h (working copy)
@@ -14,7 +14,7 @@
#include <gdk/gdkkeysyms.h>
#include <vector>
-#include "app/keyboard_codes.h"
+#include "ui/base/keycodes/keyboard_codes.h"
namespace app {
@@ -28,7 +28,7 @@
// Ownership of the events in the vector is passed to the caller.
void SynthesizeKeyPressEvents(
GdkWindow* window,
- app::KeyboardCode key,
+ ui::KeyboardCode key,
bool control, bool shift, bool alt,
std::vector<GdkEvent*>* events);
« no previous file with comments | « app/app_base.gypi ('k') | app/event_synthesis_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698