summaryrefslogtreecommitdiff
path: root/chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h b/chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h
index f1d5ece4a5f..6acee22b21b 100644
--- a/chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h
+++ b/chromium/third_party/libvpx/source/libvpx/vp8/common/filter.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef VP8_COMMON_FILTER_H_
-#define VP8_COMMON_FILTER_H_
+#ifndef VPX_VP8_COMMON_FILTER_H_
+#define VPX_VP8_COMMON_FILTER_H_
#include "vpx_ports/mem.h"
@@ -28,4 +28,4 @@ extern DECLARE_ALIGNED(16, const short, vp8_sub_pel_filters[8][6]);
} // extern "C"
#endif
-#endif // VP8_COMMON_FILTER_H_
+#endif // VPX_VP8_COMMON_FILTER_H_