| Index: mojo/services/files/public/c/lib/file_fd_impl.cc
|
| diff --git a/services/files/c/lib/file_fd_impl.cc b/mojo/services/files/public/c/lib/file_fd_impl.cc
|
| similarity index 96%
|
| rename from services/files/c/lib/file_fd_impl.cc
|
| rename to mojo/services/files/public/c/lib/file_fd_impl.cc
|
| index 0e37da123d01d218c617fbe2251044a5f9b783a5..58d957ca280a3f7c83badd4cc2866e90584b69f3 100644
|
| --- a/services/files/c/lib/file_fd_impl.cc
|
| +++ b/mojo/services/files/public/c/lib/file_fd_impl.cc
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/files/c/lib/file_fd_impl.h"
|
| +#include "files/public/c/lib/file_fd_impl.h"
|
|
|
| #include <errno.h>
|
| #include <string.h>
|
|
|
| #include <limits>
|
|
|
| +#include "files/public/c/lib/errno_impl.h"
|
| +#include "files/public/c/lib/template_util.h"
|
| +#include "files/public/c/lib/util.h"
|
| +#include "files/public/c/mojio_unistd.h"
|
| +#include "files/public/interfaces/types.mojom.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/public/cpp/environment/logging.h"
|
| -#include "mojo/services/files/public/interfaces/types.mojom.h"
|
| -#include "services/files/c/lib/errno_impl.h"
|
| -#include "services/files/c/lib/template_util.h"
|
| -#include "services/files/c/lib/util.h"
|
| -#include "services/files/c/mojio_unistd.h"
|
|
|
| namespace mojio {
|
|
|
|
|