diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:43:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:43:30 -0700 |
commit | 8a4e286e686c3027f382afb07d3ddcec4610fdd9 (patch) | |
tree | c693cffa5f7969110c4b6b969120e794fe6bbfd7 /xfa/fxfa/app | |
parent | e0307861b8e55c9f44e947d8bf82b9c16ec9b963 (diff) | |
download | pdfium-8a4e286e686c3027f382afb07d3ddcec4610fdd9.tar.xz |
Move core/fxcodec/codec/include and core/fxcodec/include files up
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2381063002
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r-- | xfa/fxfa/app/DEPS | 4 | ||||
-rw-r--r-- | xfa/fxfa/app/xfa_ffwidget.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS index abdf53d98f..fed4e8526d 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -4,6 +4,6 @@ include_rules = [ '+core/fpdfapi/fpdf_page', '+core/fpdfapi/fpdf_parser', '+core/fpdfdoc', - '+core/fxcodec/include', - '+core/fxcodec/codec/include', + '+core/fxcodec', + '+core/fxcodec/codec', ] diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp index 2ef9840c1a..31cbf25928 100644 --- a/xfa/fxfa/app/xfa_ffwidget.cpp +++ b/xfa/fxfa/app/xfa_ffwidget.cpp @@ -10,8 +10,8 @@ #include <memory> #include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h" -#include "core/fxcodec/codec/include/ccodec_progressivedecoder.h" -#include "core/fxcodec/include/fx_codec.h" +#include "core/fxcodec/codec/ccodec_progressivedecoder.h" +#include "core/fxcodec/fx_codec.h" #include "core/fxge/include/cfx_gemodule.h" #include "core/fxge/include/cfx_pathdata.h" #include "core/fxge/include/cfx_renderdevice.h" |