| Index: ui/gfx/codec/jpeg_codec.cc
|
| diff --git a/ui/gfx/codec/jpeg_codec.cc b/ui/gfx/codec/jpeg_codec.cc
|
| index a58756b286c38fc379aa0dd3f380dd840ee5bb1e..6836143f6eb681c7518d661b941c4328cf2e7fe0 100644
|
| --- a/ui/gfx/codec/jpeg_codec.cc
|
| +++ b/ui/gfx/codec/jpeg_codec.cc
|
| @@ -14,8 +14,10 @@
|
| extern "C" {
|
| #if defined(USE_SYSTEM_LIBJPEG)
|
| #include <jpeglib.h>
|
| +#elif defined(USE_LIBJPEG_TURBO)
|
| +#include "third_party/libjpeg_turbo/jpeglib.h"
|
| #else
|
| -#include "jpeglib.h"
|
| +#include "third_party/libjpeg/jpeglib.h"
|
| #endif
|
| }
|
|
|
|
|