| Index: mojo/services/files/public/c/lib/directory_wrapper.cc
|
| diff --git a/services/files/c/lib/directory_wrapper.cc b/mojo/services/files/public/c/lib/directory_wrapper.cc
|
| similarity index 89%
|
| rename from services/files/c/lib/directory_wrapper.cc
|
| rename to mojo/services/files/public/c/lib/directory_wrapper.cc
|
| index da21b699ec53a80b7b05b590b99c372be5faab7d..cf1be69b2eff5dfc7b1f9aadf4df1123becdc94a 100644
|
| --- a/services/files/c/lib/directory_wrapper.cc
|
| +++ b/mojo/services/files/public/c/lib/directory_wrapper.cc
|
| @@ -2,19 +2,19 @@
|
| // 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/directory_wrapper.h"
|
| +#include "files/public/c/lib/directory_wrapper.h"
|
|
|
| #include <errno.h>
|
|
|
| +#include "files/public/c/lib/errno_impl.h"
|
| +#include "files/public/c/lib/file_fd_impl.h"
|
| +#include "files/public/c/lib/template_util.h"
|
| +#include "files/public/c/lib/util.h"
|
| +#include "files/public/c/mojio_fcntl.h"
|
| +#include "files/public/interfaces/file.mojom.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/file.mojom.h"
|
| -#include "mojo/services/files/public/interfaces/types.mojom.h"
|
| -#include "services/files/c/lib/errno_impl.h"
|
| -#include "services/files/c/lib/file_fd_impl.h"
|
| -#include "services/files/c/lib/template_util.h"
|
| -#include "services/files/c/lib/util.h"
|
| -#include "services/files/c/mojio_fcntl.h"
|
|
|
| namespace mojio {
|
|
|
|
|