| Index: mojo/services/files/public/c/tests/fd_table_unittest.cc
|
| diff --git a/services/files/c/tests/fd_table_unittest.cc b/mojo/services/files/public/c/tests/fd_table_unittest.cc
|
| similarity index 97%
|
| rename from services/files/c/tests/fd_table_unittest.cc
|
| rename to mojo/services/files/public/c/tests/fd_table_unittest.cc
|
| index 1e4a09071fd9d9cafd6cb38df74f53d5825db8b8..809635ec40203307ada2e47d93187ce8160d00a3 100644
|
| --- a/services/files/c/tests/fd_table_unittest.cc
|
| +++ b/mojo/services/files/public/c/tests/fd_table_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // 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/fd_table.h"
|
| +#include "files/public/c/lib/fd_table.h"
|
|
|
| #include <errno.h>
|
|
|
| #include <memory>
|
|
|
| -#include "services/files/c/lib/fd_impl.h"
|
| -#include "services/files/c/tests/mock_errno_impl.h"
|
| +#include "files/public/c/lib/fd_impl.h"
|
| +#include "files/public/c/tests/mock_errno_impl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojio {
|
|
|