diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-12 11:21:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-12 11:21:23 -0700 |
commit | d55e11eeb8ebf1e226a1166f395ba77248ce84c3 (patch) | |
tree | c28b1c1d6ac1597e569618cdeb02e3e0009bf8ed /xfa/fxbarcode/DEPS | |
parent | ea98238666e33cd16b69cb23dcaca047c21c9998 (diff) | |
download | pdfium-d55e11eeb8ebf1e226a1166f395ba77248ce84c3.tar.xz |
Remove ICodec_* Interfaces.
All of the ICodec_* interfaces had a single implementation. This CL removes
the interfaces and uses the concrete classes in their place.
BUG=pdfium:468
Review URL: https://codereview.chromium.org/1876023003
Diffstat (limited to 'xfa/fxbarcode/DEPS')
-rw-r--r-- | xfa/fxbarcode/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fxbarcode/DEPS b/xfa/fxbarcode/DEPS index 97ccb1faa6..4d9d2029e0 100644 --- a/xfa/fxbarcode/DEPS +++ b/xfa/fxbarcode/DEPS @@ -1,3 +1,4 @@ include_rules = [ '+core/fxcodec/include', + '+core/fxcodec/codec/include', ] |