| 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 {
|
|
|