| Index: mojo/services/files/c/tests/util_unittest.cc
|
| diff --git a/mojo/services/files/public/c/tests/util_unittest.cc b/mojo/services/files/c/tests/util_unittest.cc
|
| similarity index 93%
|
| rename from mojo/services/files/public/c/tests/util_unittest.cc
|
| rename to mojo/services/files/c/tests/util_unittest.cc
|
| index 07b43c611cbae71e54dba6f1dfd838087048a442..93847f44a61e75da90404165098cd9388ae17014 100644
|
| --- a/mojo/services/files/public/c/tests/util_unittest.cc
|
| +++ b/mojo/services/files/c/tests/util_unittest.cc
|
| @@ -2,9 +2,9 @@
|
| // 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/util.h"
|
| +#include "files/c/lib/util.h"
|
|
|
| -#include "files/public/interfaces/types.mojom.h"
|
| +#include "files/interfaces/types.mojom.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|