Chromium Code Reviews| Index: core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp |
| diff --git a/core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp b/core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp |
| index 3a2f26df7724398d57029b1abbc90e5519235ea8..09b14ec44729fd57c788e1e2dc21ceee728fcba8 100644 |
| --- a/core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp |
| +++ b/core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp |
| @@ -4,9 +4,9 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#include "JBig2_ArithDecoder.h" |
| +#include "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h" |
| -#include "JBig2_BitStream.h" |
| +#include "core/src/fxcodec/jbig2/JBig2_BitStream.h" |
| #include "core/include/fxcrt/fx_basic.h" |
|
Tom Sepez
2016/02/17 21:32:27
order
dsinclair
2016/02/17 21:54:00
Done.
|
| namespace { |