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

Unified Diff: examples/window_manager/window_manager.mojom

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 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 | « examples/window_manager/window_manager.cc ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/window_manager.mojom
diff --git a/examples/window_manager/window_manager.mojom b/examples/window_manager/window_manager.mojom
index e715a825de475d4ddc7448033cfe237bfa212b25..d2e161f8210ae57ec12482f679760759f43e267e 100644
--- a/examples/window_manager/window_manager.mojom
+++ b/examples/window_manager/window_manager.mojom
@@ -4,7 +4,7 @@
module examples;
-import "mojo/services/geometry/public/interfaces/geometry.mojom";
+import "mojo/services/geometry/interfaces/geometry.mojom";
interface IWindowManager {
CloseWindow(uint32 node_id);
« no previous file with comments | « examples/window_manager/window_manager.cc ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698