// Copyright 2015 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef TESTING_UTILS_PATH_SERVICE_H_ #define TESTING_UTILS_PATH_SERVICE_H_ #include <string> #ifdef _WIN32 #define PATH_SEPARATOR … #else #define PATH_SEPARATOR … #endif // Get the various file directory and path information. class PathService { … }; #endif // TESTING_UTILS_PATH_SERVICE_H_