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