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

Unified Diff: mojo/services/terminal/interfaces/terminal.mojom

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
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
« no previous file with comments | « mojo/services/terminal/interfaces/BUILD.gn ('k') | mojo/services/terminal/interfaces/terminal_client.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/terminal/interfaces/terminal.mojom
diff --git a/mojo/services/terminal/public/interfaces/terminal.mojom b/mojo/services/terminal/interfaces/terminal.mojom
similarity index 96%
rename from mojo/services/terminal/public/interfaces/terminal.mojom
rename to mojo/services/terminal/interfaces/terminal.mojom
index c9c928a5f351921df1adf9412ce417d02479df5a..363312df40ad0cff7a9bf253d5db2a6a6741a655 100644
--- a/mojo/services/terminal/public/interfaces/terminal.mojom
+++ b/mojo/services/terminal/interfaces/terminal.mojom
@@ -7,7 +7,7 @@ module mojo.terminal;
import "files/interfaces/file.mojom";
import "files/interfaces/types.mojom";
-import "terminal/public/interfaces/terminal_client.mojom";
+import "terminal/interfaces/terminal_client.mojom";
// Interface for actual terminal programs, in particular, for a single terminal
// display. For terminals that display output and are embeddable, this will
« no previous file with comments | « mojo/services/terminal/interfaces/BUILD.gn ('k') | mojo/services/terminal/interfaces/terminal_client.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698