summaryrefslogtreecommitdiff
path: root/third_party/aom/test/util.h
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-10-19 23:05:00 -0500
committertrav90 <travawine@palemoon.org>2018-10-19 23:05:03 -0500
commitd96682e59d936a984b1b4557c681777430e8e4ef (patch)
treecb0b942aed59e5108f9a3e9d64e7b77854383421 /third_party/aom/test/util.h
parentdb3180d0cb4cf8a8a74fa2f478b80373dc01a917 (diff)
downloadaura-central-d96682e59d936a984b1b4557c681777430e8e4ef.tar.gz
Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591
Diffstat (limited to 'third_party/aom/test/util.h')
-rw-r--r--third_party/aom/test/util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/aom/test/util.h b/third_party/aom/test/util.h
index db00875ef..c3f4e4442 100644
--- a/third_party/aom/test/util.h
+++ b/third_party/aom/test/util.h
@@ -9,8 +9,8 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/
-#ifndef TEST_UTIL_H_
-#define TEST_UTIL_H_
+#ifndef AOM_TEST_UTIL_H_
+#define AOM_TEST_UTIL_H_
#include <stdio.h>
#include <math.h>
@@ -50,4 +50,4 @@ static INLINE double get_time_mark(aom_usec_timer *t) {
return static_cast<double>(aom_usec_timer_elapsed(t));
}
-#endif // TEST_UTIL_H_
+#endif // AOM_TEST_UTIL_H_