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

Unified Diff: mojo/services/native_support/public/interfaces/process.mojom

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
Index: mojo/services/native_support/public/interfaces/process.mojom
diff --git a/mojo/services/native_support/public/interfaces/process.mojom b/mojo/services/native_support/public/interfaces/process.mojom
index ca4010c864a7116f97bd7b9a012f48550c9bd0b3..1a06397fff00fa963b5f3325831899c0b65a3400 100644
--- a/mojo/services/native_support/public/interfaces/process.mojom
+++ b/mojo/services/native_support/public/interfaces/process.mojom
@@ -5,8 +5,8 @@
[DartPackage="mojo_services"]
module native_support;
-import "files/public/interfaces/file.mojom";
-import "files/public/interfaces/types.mojom";
+import "files/interfaces/file.mojom";
+import "files/interfaces/types.mojom";
// Interface for dealing with (e.g., starting) "native" processes.
interface Process {
« no previous file with comments | « mojo/services/native_support/public/interfaces/BUILD.gn ('k') | mojo/services/terminal/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698