Chromium Code Reviews| Index: source/libvpx/vp8/decoder/onyxd_int.h |
| =================================================================== |
| --- source/libvpx/vp8/decoder/onyxd_int.h (revision 191025) |
| +++ source/libvpx/vp8/decoder/onyxd_int.h (working copy) |
| @@ -9,8 +9,9 @@ |
| */ |
| -#ifndef __INC_VP8D_INT_H |
| -#define __INC_VP8D_INT_H |
| +#ifndef ONYXD_INT_H_ |
| +#define ONYXD_INT_H_ |
| + |
| #include "vpx_config.h" |
| #include "vp8/common/onyxd.h" |
| #include "treereader.h" |
| @@ -145,4 +146,4 @@ |
| } while(0) |
| #endif |
| -#endif |
| +#endif // ONYXD_INT_H_ |