| Index: mojo/services/files/public/c/lib/fd_table.cc
|
| diff --git a/services/files/c/lib/fd_table.cc b/mojo/services/files/public/c/lib/fd_table.cc
|
| similarity index 94%
|
| rename from services/files/c/lib/fd_table.cc
|
| rename to mojo/services/files/public/c/lib/fd_table.cc
|
| index b0241ec6d1f5e7214c2b29d905172c3610b5b34d..9a7986ee7a17ded15a0104e987d7590f404e673a 100644
|
| --- a/services/files/c/lib/fd_table.cc
|
| +++ b/mojo/services/files/public/c/lib/fd_table.cc
|
| @@ -2,15 +2,15 @@
|
| // 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 <limits>
|
| #include <utility>
|
|
|
| +#include "files/public/c/lib/errno_impl.h"
|
| #include "mojo/public/cpp/environment/logging.h"
|
| -#include "services/files/c/lib/errno_impl.h"
|
|
|
| namespace mojio {
|
|
|
|
|