Index: test/paths.cc |
diff --git a/util/test/paths.cc b/test/paths.cc |
similarity index 96% |
rename from util/test/paths.cc |
rename to test/paths.cc |
index 5634b62dd10696dd7c0a1e1ed4ef5f1d25208076..b5eb60b90b9ab7a49df8405b8e6c2e9b791ab7aa 100644 |
--- a/util/test/paths.cc |
+++ b/test/paths.cc |
@@ -12,7 +12,7 @@ |
// See the License for the specific language governing permissions and |
// limitations under the License. |
-#include "util/test/paths.h" |
+#include "test/paths.h" |
#include <stdlib.h> |
#include <sys/stat.h> |
@@ -27,8 +27,7 @@ namespace { |
bool IsTestDataRoot(const base::FilePath& candidate) { |
const base::FilePath marker_path = |
- candidate.Append(FILE_PATH_LITERAL("util")) |
- .Append(FILE_PATH_LITERAL("test")) |
+ candidate.Append(FILE_PATH_LITERAL("test")) |
.Append(FILE_PATH_LITERAL("paths_test_data_root.txt")); |
#if !defined(OS_WIN) |