| Index: test/errors.h
|
| diff --git a/util/test/errors.h b/test/errors.h
|
| similarity index 96%
|
| rename from util/test/errors.h
|
| rename to test/errors.h
|
| index c1d79bf92e682ff34eaf44463c8aa49c19f3b021..17b0bea62d3adfd35d7c6e8036cb601682733587 100644
|
| --- a/util/test/errors.h
|
| +++ b/test/errors.h
|
| @@ -12,8 +12,8 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -#ifndef CRASHPAD_UTIL_TEST_ERRORS_H_
|
| -#define CRASHPAD_UTIL_TEST_ERRORS_H_
|
| +#ifndef CRASHPAD_TEST_ERRORS_H_
|
| +#define CRASHPAD_TEST_ERRORS_H_
|
|
|
| #include <string>
|
|
|
| @@ -79,4 +79,4 @@ std::string ErrorMessage(const std::string& base = std::string());
|
| } // namespace test
|
| } // namespace crashpad
|
|
|
| -#endif // CRASHPAD_UTIL_TEST_ERRORS_H_
|
| +#endif // CRASHPAD_TEST_ERRORS_H_
|
|
|