commit | 7589280434fe41d3224cdec49e906e20a64acf46 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Sep 24 21:22:56 2020 +0000 |
committer | Chromium commit bot <commit-bot@chromium.org> | Thu Sep 24 21:22:56 2020 +0000 |
tree | 6126bad13fe09ad621960ce5be74efccf0ffb5ae | |
parent | 59a3738a809a2ca20d74f9591a36ebf08bfea5ba [diff] [blame] |
Do IWYU for unowned_ptr.h, and remove some unused includes. git grep -l UnownedPtr|grep h$|xargs grep -L unowned_ptr.h|xargs echo Change-Id: Id34f35355a893c596d0fc865db33a9ba9f684cae Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/74031 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/core/fxge/cfx_fontmapper.h b/core/fxge/cfx_fontmapper.h index 67be9da..51f5d16 100644 --- a/core/fxge/cfx_fontmapper.h +++ b/core/fxge/cfx_fontmapper.h
@@ -13,6 +13,7 @@ #include "core/fxcrt/fx_memory_wrappers.h" #include "core/fxcrt/fx_string.h" +#include "core/fxcrt/unowned_ptr.h" #include "core/fxge/cfx_face.h" #include "third_party/base/optional.h"