| Index: core/fxcodec/jbig2/JBig2_Context.cpp
 | 
| diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp
 | 
| index ee5800d7e0cfb641b61258bd0a0bfb408a2b9a57..42392236696a8da063b9ab47c07a261fb4268793 100644
 | 
| --- a/core/fxcodec/jbig2/JBig2_Context.cpp
 | 
| +++ b/core/fxcodec/jbig2/JBig2_Context.cpp
 | 
| @@ -11,8 +11,8 @@
 | 
|  #include <utility>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "core/fpdfapi/fpdf_parser/cpdf_stream.h"
 | 
| -#include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h"
 | 
| +#include "core/fpdfapi/parser/cpdf_stream.h"
 | 
| +#include "core/fpdfapi/parser/cpdf_stream_acc.h"
 | 
|  #include "core/fxcodec/jbig2/JBig2_ArithDecoder.h"
 | 
|  #include "core/fxcodec/jbig2/JBig2_BitStream.h"
 | 
|  #include "core/fxcodec/jbig2/JBig2_GrdProc.h"
 | 
| 
 |