| Index: testing/test_support.cpp
|
| diff --git a/testing/test_support.cpp b/testing/test_support.cpp
|
| index 8ecda30bcee697b7b8c4e9d68f4912f93cd09d42..f71f6f8b4f6de6af2562c4269717b62ef0ded35d 100644
|
| --- a/testing/test_support.cpp
|
| +++ b/testing/test_support.cpp
|
| @@ -2,16 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "test_support.h"
|
| +#include "testing/test_support.h"
|
|
|
| #include <stdio.h>
|
| #include <string.h>
|
|
|
| -#ifdef _WIN32
|
| -#define PATH_SEPARATOR '\\'
|
| -#else
|
| -#define PATH_SEPARATOR '/'
|
| -#endif
|
| +#include "testing/utils/path_service.h"
|
|
|
| #ifdef PDF_ENABLE_V8
|
| #include "v8/include/libplatform/libplatform.h"
|
|
|