| Index: test/paths.h
|
| diff --git a/util/test/paths.h b/test/paths.h
|
| similarity index 93%
|
| rename from util/test/paths.h
|
| rename to test/paths.h
|
| index 844413d65666df8c1d4bc2985818c0d0c1456ff5..c14316964ff06187a6bfd64762944ea53a13d031 100644
|
| --- a/util/test/paths.h
|
| +++ b/test/paths.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_PATHS_H_
|
| -#define CRASHPAD_UTIL_TEST_PATHS_H_
|
| +#ifndef CRASHPAD_TEST_PATHS_H_
|
| +#define CRASHPAD_TEST_PATHS_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| @@ -46,4 +46,4 @@ class Paths {
|
| } // namespace test
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_PATHS_H_
|
| +#endif // CRASHPAD_TEST_PATHS_H_
|
|
|