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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 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 | « mojo/shell/public/interfaces/BUILD.gn ('k') | mojo/shell/public/interfaces/application_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/interfaces/application.mojom
diff --git a/mojo/application/public/interfaces/application.mojom b/mojo/shell/public/interfaces/application.mojom
similarity index 96%
rename from mojo/application/public/interfaces/application.mojom
rename to mojo/shell/public/interfaces/application.mojom
index 34ed7be1ad885f19880dabea360f2e151fa97696..f0a872441fce21c30c15c9ba13417ab16ebcc46f 100644
--- a/mojo/application/public/interfaces/application.mojom
+++ b/mojo/shell/public/interfaces/application.mojom
@@ -4,8 +4,8 @@
module mojo;
-import "mojo/application/public/interfaces/service_provider.mojom";
-import "mojo/application/public/interfaces/shell.mojom";
+import "mojo/shell/public/interfaces/service_provider.mojom";
+import "mojo/shell/public/interfaces/shell.mojom";
// This is the primary interface implemented by every Mojo application. It
// allows the application to receive its startup arguments from the shell, and
« no previous file with comments | « mojo/shell/public/interfaces/BUILD.gn ('k') | mojo/shell/public/interfaces/application_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698