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

Unified Diff: mojo/services/input_events/public/interfaces/input_events.mojom

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 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: mojo/services/input_events/public/interfaces/input_events.mojom
diff --git a/mojo/services/public/interfaces/input_events/input_events.mojom b/mojo/services/input_events/public/interfaces/input_events.mojom
similarity index 92%
rename from mojo/services/public/interfaces/input_events/input_events.mojom
rename to mojo/services/input_events/public/interfaces/input_events.mojom
index d06ee85204f112c5b1922e497046a8f235c91a9b..08463bc155317b5134a93eb40c7238369784cc5b 100644
--- a/mojo/services/public/interfaces/input_events/input_events.mojom
+++ b/mojo/services/input_events/public/interfaces/input_events.mojom
@@ -4,9 +4,9 @@
module mojo;
-import "mojo/services/public/interfaces/geometry/geometry.mojom";
-import "mojo/services/public/interfaces/input_events/input_event_constants.mojom";
-import "mojo/services/public/interfaces/input_events/input_key_codes.mojom";
+import "mojo/services/geometry/public/interfaces/geometry.mojom";
+import "mojo/services/input_events/public/interfaces/input_event_constants.mojom";
+import "mojo/services/input_events/public/interfaces/input_key_codes.mojom";
struct LocationData {
Point? in_view_location;

Powered by Google App Engine
This is Rietveld 408576698