| Index: mojo/services/files/public/c/tests/file_fd_impl_unittest.cc
|
| diff --git a/services/files/c/tests/file_fd_impl_unittest.cc b/mojo/services/files/public/c/tests/file_fd_impl_unittest.cc
|
| similarity index 96%
|
| rename from services/files/c/tests/file_fd_impl_unittest.cc
|
| rename to mojo/services/files/public/c/tests/file_fd_impl_unittest.cc
|
| index 6ed614564fdd282599f982b310a1640bc54ec9fa..2f91e3974b082b5c726b797aacf115fa62bf675c 100644
|
| --- a/services/files/c/tests/file_fd_impl_unittest.cc
|
| +++ b/mojo/services/files/public/c/tests/file_fd_impl_unittest.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/file_fd_impl.h"
|
| +#include "files/public/c/lib/file_fd_impl.h"
|
|
|
| #include <errno.h>
|
|
|
| #include <string>
|
|
|
| -#include "mojo/services/files/public/interfaces/files.mojom.h"
|
| -#include "mojo/services/files/public/interfaces/types.mojom.h"
|
| -#include "services/files/c/mojio_sys_stat.h"
|
| -#include "services/files/c/mojio_unistd.h"
|
| -#include "services/files/c/tests/mock_errno_impl.h"
|
| -#include "services/files/c/tests/mojio_impl_test_base.h"
|
| -#include "services/files/c/tests/test_utils.h"
|
| +#include "files/public/c/mojio_sys_stat.h"
|
| +#include "files/public/c/mojio_unistd.h"
|
| +#include "files/public/c/tests/mock_errno_impl.h"
|
| +#include "files/public/c/tests/mojio_impl_test_base.h"
|
| +#include "files/public/c/tests/test_utils.h"
|
| +#include "files/public/interfaces/files.mojom.h"
|
| +#include "files/public/interfaces/types.mojom.h"
|
|
|
| namespace mojio {
|
| namespace {
|
|
|