| Index: source/libvpx/test/md5_helper.h
|
| ===================================================================
|
| --- source/libvpx/test/md5_helper.h (revision 223100)
|
| +++ source/libvpx/test/md5_helper.h (working copy)
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef LIBVPX_TEST_MD5_HELPER_H_
|
| -#define LIBVPX_TEST_MD5_HELPER_H_
|
| +#ifndef TEST_MD5_HELPER_H_
|
| +#define TEST_MD5_HELPER_H_
|
|
|
| extern "C" {
|
| #include "./md5_utils.h"
|
| @@ -67,4 +67,4 @@
|
|
|
| } // namespace libvpx_test
|
|
|
| -#endif // LIBVPX_TEST_MD5_HELPER_H_
|
| +#endif // TEST_MD5_HELPER_H_
|
|
|