| Index: mojo/services/files/public/c/lib/fd_impl.h
|
| diff --git a/services/files/c/lib/fd_impl.h b/mojo/services/files/public/c/lib/fd_impl.h
|
| similarity index 95%
|
| rename from services/files/c/lib/fd_impl.h
|
| rename to mojo/services/files/public/c/lib/fd_impl.h
|
| index a71bf8741b5be2431e9301e1d916150201ffdab1..3884eee79eeed98d616c09c50e10466a0b55b2d5 100644
|
| --- a/services/files/c/lib/fd_impl.h
|
| +++ b/mojo/services/files/public/c/lib/fd_impl.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <memory>
|
|
|
| +#include "files/public/c/mojio_sys_stat.h"
|
| +#include "files/public/c/mojio_sys_types.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| -#include "services/files/c/mojio_sys_stat.h"
|
| -#include "services/files/c/mojio_sys_types.h"
|
|
|
| namespace mojio {
|
|
|
|
|