diff options
author | dan sinclair <dsinclair@chromium.org> | 2018-04-17 18:24:09 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-17 18:24:09 +0000 |
commit | 63593d32415a2abe14b67a9b0bbb5051e3f7c408 (patch) | |
tree | 5047572830bc2b30241ae6d316170c25acf218c5 /xfa/fgas/font | |
parent | bddc60d0977068fbe89a1dad403f2e6ddd7ff1a1 (diff) | |
download | pdfium-63593d32415a2abe14b67a9b0bbb5051e3f7c408.tar.xz |
Cleanup some seekablestreamproxy code
This CL fixes up some cfx_seekablestreamproxy includes and adds a helper to the
xmlparser tests.
Change-Id: If1b67dee51b49fa39527274f6c68da5ec673704f
Reviewed-on: https://pdfium-review.googlesource.com/30854
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/font')
-rw-r--r-- | xfa/fgas/font/cfgas_fontmgr.h | 1 | ||||
-rw-r--r-- | xfa/fgas/font/cfgas_gefont.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fgas/font/cfgas_fontmgr.h b/xfa/fgas/font/cfgas_fontmgr.h index f4a62847d6..f082b02dd3 100644 --- a/xfa/fgas/font/cfgas_fontmgr.h +++ b/xfa/fgas/font/cfgas_fontmgr.h @@ -14,7 +14,6 @@ #include <utility> #include <vector> -#include "core/fxcrt/cfx_seekablestreamproxy.h" #include "core/fxcrt/fx_extension.h" #include "core/fxcrt/observable.h" #include "core/fxcrt/retain_ptr.h" diff --git a/xfa/fgas/font/cfgas_gefont.h b/xfa/fgas/font/cfgas_gefont.h index 22169d6d3d..2e70fb662f 100644 --- a/xfa/fgas/font/cfgas_gefont.h +++ b/xfa/fgas/font/cfgas_gefont.h @@ -12,6 +12,7 @@ #include <utility> #include <vector> +#include "core/fxcrt/cfx_seekablestreamproxy.h" #include "core/fxcrt/fx_memory.h" #include "core/fxcrt/retain_ptr.h" #include "core/fxcrt/unowned_ptr.h" |