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

Unified Diff: mojo/application/public/interfaces/shell.mojom

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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: mojo/application/public/interfaces/shell.mojom
diff --git a/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom b/mojo/application/public/interfaces/shell.mojom
similarity index 96%
rename from third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
rename to mojo/application/public/interfaces/shell.mojom
index 523e2637bd787e75185f5d0df39a839be139b290..b6b131924070a1e975443720bacbb5176276ee0d 100644
--- a/third_party/mojo/src/mojo/public/interfaces/application/shell.mojom
+++ b/mojo/application/public/interfaces/shell.mojom
@@ -4,7 +4,7 @@
module mojo;
-import "mojo/public/interfaces/application/service_provider.mojom";
+import "mojo/application/public/interfaces/service_provider.mojom";
// An interface through which a Mojo application may communicate with the Mojo
// system and request connections to other applications.

Powered by Google App Engine
This is Rietveld 408576698