summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h b/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h
index 9c529f26636..e342d7c5cfe 100644
--- a/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h
+++ b/chromium/third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP8_DECODER_DBOOLHUFF_H_
-#define VP8_DECODER_DBOOLHUFF_H_
+#ifndef VPX_VP8_DECODER_DBOOLHUFF_H_
+#define VPX_VP8_DECODER_DBOOLHUFF_H_
#include <stddef.h>
#include <limits.h>
@@ -127,4 +127,4 @@ static INLINE int vp8dx_bool_error(BOOL_DECODER *br) {
} // extern "C"
#endif
-#endif // VP8_DECODER_DBOOLHUFF_H_
+#endif // VPX_VP8_DECODER_DBOOLHUFF_H_