summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h b/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h
index e1328454633..94c8206d9c3 100644
--- a/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h
+++ b/chromium/third_party/libvpx/source/libvpx/vpx_dsp/quantize.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VPX_DSP_QUANTIZE_H_
-#define VPX_DSP_QUANTIZE_H_
+#ifndef VPX_VPX_DSP_QUANTIZE_H_
+#define VPX_VPX_DSP_QUANTIZE_H_
#include "./vpx_config.h"
#include "vpx_dsp/vpx_dsp_common.h"
@@ -45,4 +45,4 @@ void vpx_highbd_quantize_dc_32x32(const tran_low_t *coeff_ptr, int skip_block,
} // extern "C"
#endif
-#endif // VPX_DSP_QUANTIZE_H_
+#endif // VPX_VPX_DSP_QUANTIZE_H_