Chromium Code Reviews| Index: third_party/libjpeg/jpeglib.h |
| =================================================================== |
| --- third_party/libjpeg/jpeglib.h (revision 19623) |
| +++ third_party/libjpeg/jpeglib.h (working copy) |
| @@ -13,6 +13,10 @@ |
| #ifndef JPEGLIB_H |
| #define JPEGLIB_H |
| +/* Begin chromium edits */ |
| +#include "jpeglibmangler.h" |
| +/* End chromium edits */ |
| + |
| /* |
| * First we include the configuration files that record how this |
| * installation of the JPEG library is set up. jconfig.h can be |