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

Unified Diff: mojo/services/files/public/interfaces/files.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/file.mojom ('k') | mojo/services/files/public/interfaces/types.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/public/interfaces/files.mojom
diff --git a/services/files/files.mojom b/mojo/services/files/public/interfaces/files.mojom
similarity index 85%
rename from services/files/files.mojom
rename to mojo/services/files/public/interfaces/files.mojom
index 0e7b61dffa957c0b2ba4a05a97432ae7556eab9e..b98350f22e51ac953bd6df7698d7d8e754711d10 100644
--- a/services/files/files.mojom
+++ b/mojo/services/files/public/interfaces/files.mojom
@@ -4,8 +4,8 @@
module mojo.files;
-import "services/files/directory.mojom";
-import "services/files/types.mojom";
+import "files/public/interfaces/directory.mojom";
+import "files/public/interfaces/types.mojom";
enum FileSystem {
// A per-instance (i.e., one for each call to |OpenFileSystem()|) temporary
« no previous file with comments | « mojo/services/files/public/interfaces/file.mojom ('k') | mojo/services/files/public/interfaces/types.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698