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

Unified Diff: apps/moterm/moterm_driver.h

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
« no previous file with comments | « apps/moterm/README.md ('k') | apps/moterm/moterm_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/moterm/moterm_driver.h
diff --git a/apps/moterm/moterm_driver.h b/apps/moterm/moterm_driver.h
index 57a2ab2565c2176e837411d747bc989b05c72925..93a3445cc064b8407c231f6815175544ef647450 100644
--- a/apps/moterm/moterm_driver.h
+++ b/apps/moterm/moterm_driver.h
@@ -20,8 +20,8 @@
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
-#include "mojo/services/files/public/interfaces/file.mojom.h"
-#include "mojo/services/files/public/interfaces/types.mojom.h"
+#include "mojo/services/files/interfaces/file.mojom.h"
+#include "mojo/services/files/interfaces/types.mojom.h"
// TODO(vtl): Maybe we should Mojo-fy the driver and run it as a separate app?
class MotermDriver : public mojo::files::File {
« no previous file with comments | « apps/moterm/README.md ('k') | apps/moterm/moterm_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698