 Chromium Code Reviews
 Chromium Code Reviews Issue 1707923002:
  Expand all paths to be based off pdfium/ directory  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master
    
  
    Issue 1707923002:
  Expand all paths to be based off pdfium/ directory  (Closed) 
  Base URL: https://pdfium.googlesource.com/pdfium.git@master| Index: core/src/fxcodec/jbig2/JBig2_GrdProc.cpp | 
| diff --git a/core/src/fxcodec/jbig2/JBig2_GrdProc.cpp b/core/src/fxcodec/jbig2/JBig2_GrdProc.cpp | 
| index 803e4a70d4589e5b5bea05e5c4e20308949c4eeb..58e978c78b9d94911f453983325acffaedced1e0 100644 | 
| --- a/core/src/fxcodec/jbig2/JBig2_GrdProc.cpp | 
| +++ b/core/src/fxcodec/jbig2/JBig2_GrdProc.cpp | 
| @@ -4,13 +4,13 @@ | 
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com | 
| -#include "JBig2_GrdProc.h" | 
| +#include "core/src/fxcodec/jbig2/JBig2_GrdProc.h" | 
| #include <memory> | 
| -#include "JBig2_ArithDecoder.h" | 
| -#include "JBig2_BitStream.h" | 
| -#include "JBig2_Image.h" | 
| +#include "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h" | 
| +#include "core/src/fxcodec/jbig2/JBig2_BitStream.h" | 
| +#include "core/src/fxcodec/jbig2/JBig2_Image.h" | 
| #include "core/include/fxcodec/fx_codec.h" | 
| 
Tom Sepez
2016/02/17 21:32:27
order
 
dsinclair
2016/02/17 21:54:00
Done.
 | 
| CJBig2_GRDProc::CJBig2_GRDProc() |