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

Unified Diff: third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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
Index: third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom
diff --git a/third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom b/third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom
index 3958388cebbfbd6857128fde6ea25adc133b8c5e..048d639994f2a1e2c9e1ff0de8fc0ac51d77ac04 100644
--- a/third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom
+++ b/third_party/mojo_services/src/accessibility/public/interfaces/accessibility.mojom
@@ -4,7 +4,7 @@
module mojo;
-import "geometry/public/interfaces/geometry.mojom";
+import "ui/mojo/geometry/geometry.mojom";
interface AxProvider {
GetTree() => (array<AxNode> nodes);

Powered by Google App Engine
This is Rietveld 408576698