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

Unified Diff: components/mus/ws/event_dispatcher.h

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. Created 4 years, 6 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 | « components/mus/ws/accelerator.cc ('k') | components/mus/ws/event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/event_dispatcher.h
diff --git a/components/mus/ws/event_dispatcher.h b/components/mus/ws/event_dispatcher.h
index cea8aad708ffc4c8143246420b0d92b8d54ab6b4..582ff2707e17fc42a92ae7ce53e3dfcb73dce2f2 100644
--- a/components/mus/ws/event_dispatcher.h
+++ b/components/mus/ws/event_dispatcher.h
@@ -179,7 +179,7 @@ class EventDispatcher : public ServerWindowObserver {
// Returns an Accelerator bound to the specified code/flags, and of the
// matching |phase|. Otherwise returns null.
Accelerator* FindAccelerator(const ui::KeyEvent& event,
- const mojom::AcceleratorPhase phase);
+ const ui::mojom::AcceleratorPhase phase);
// ServerWindowObserver:
void OnWillChangeWindowHierarchy(ServerWindow* window,
« no previous file with comments | « components/mus/ws/accelerator.cc ('k') | components/mus/ws/event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698