diff options
| author | Tom Sepez <tsepez@chromium.org> | 2019-11-20 21:44:47 +0000 |
|---|---|---|
| committer | Chromium commit bot <commit-bot@chromium.org> | 2019-11-20 21:44:47 +0000 |
| commit | cc3d0ce51a14b5c1ba50d336764887ac521e608a (patch) | |
| tree | 5f5c90791a01c4c6b3f6f2ee5decca6e626ecf21 /fxbarcode/cbc_code128.cpp | |
| parent | b82d9072c72d6c5b397d7c569a3b5e42af51da9a (diff) | |
| download | platform_external_pdfium-cc3d0ce51a14b5c1ba50d336764887ac521e608a.tar.gz platform_external_pdfium-cc3d0ce51a14b5c1ba50d336764887ac521e608a.tar.bz2 platform_external_pdfium-cc3d0ce51a14b5c1ba50d336764887ac521e608a.zip | |
Move FxFreeDeleter to fx_memory_wrappers.h
Then fix IWYU and add a simple test.
Change-Id: Ib75f4593506d098da03771cdaaeed8e64d7a50ce
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/62610
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'fxbarcode/cbc_code128.cpp')
| -rw-r--r-- | fxbarcode/cbc_code128.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fxbarcode/cbc_code128.cpp b/fxbarcode/cbc_code128.cpp index a3da7bc5f..c363c940d 100644 --- a/fxbarcode/cbc_code128.cpp +++ b/fxbarcode/cbc_code128.cpp @@ -23,6 +23,7 @@ #include <memory> +#include "core/fxcrt/fx_memory_wrappers.h" #include "fxbarcode/oned/BC_OnedCode128Writer.h" #include "third_party/base/ptr_util.h" |
