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

Unified Diff: mojo/services/files/public/interfaces/directory.mojom

Issue 1013313002: Move services/files/*.mojom -> mojo/services/files/public/interfaces/. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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/services/files/public/interfaces/BUILD.gn ('k') | mojo/services/files/public/interfaces/file.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/public/interfaces/directory.mojom
diff --git a/services/files/directory.mojom b/mojo/services/files/public/interfaces/directory.mojom
similarity index 96%
rename from services/files/directory.mojom
rename to mojo/services/files/public/interfaces/directory.mojom
index 8be25dab9a217618310e927d7961f66e882668ab..960df966f0be545a3fabd79234a510df94eace3d 100644
--- a/services/files/directory.mojom
+++ b/mojo/services/files/public/interfaces/directory.mojom
@@ -4,8 +4,8 @@
module mojo.files;
-import "services/files/file.mojom";
-import "services/files/types.mojom";
+import "files/public/interfaces/file.mojom";
+import "files/public/interfaces/types.mojom";
// This interface provides access to a directory in a "file system", providing
// operations such as creating/opening/removing/renaming files/directories
« no previous file with comments | « mojo/services/files/public/interfaces/BUILD.gn ('k') | mojo/services/files/public/interfaces/file.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698