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