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

Unified Diff: ui/events/mojo/traits_test_service.mojom

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 | « ui/events/mojo/keyboard_codes.mojom ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/traits_test_service.mojom
diff --git a/ui/events/mojo/traits_test_service.mojom b/ui/events/mojo/traits_test_service.mojom
index b7919eeb4b1f36b10bfbb21face11b6671af76e2..4968bf1cf0da4922b760a3b0a1c2cea457262a72 100644
--- a/ui/events/mojo/traits_test_service.mojom
+++ b/ui/events/mojo/traits_test_service.mojom
@@ -4,12 +4,12 @@
module ui.mojom;
-import "components/mus/public/interfaces/input_events.mojom";
+import "ui/events/mojo/event.mojom";
import "ui/events/mojo/latency_info.mojom";
interface TraitsTestService {
[Sync]
- EchoEvent(mus.mojom.Event e) => (mus.mojom.Event pass);
+ EchoEvent(Event e) => (Event pass);
[Sync]
EchoLatencyComponent(LatencyComponent l) => (LatencyComponent pass);
« no previous file with comments | « ui/events/mojo/keyboard_codes.mojom ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698