commit | 532886d1e7103c988210b1e68a6d334e0de99f45 | [log] [tgz] |
---|---|---|
author | Lei Zhang <thestig@chromium.org> | Thu Jun 17 19:10:08 2021 +0000 |
committer | Pdfium LUCI CQ <pdfium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 17 19:10:08 2021 +0000 |
tree | 879d35c2bbd4dba913bf5226d1ef15a02592366b | |
parent | 242c1edfd48961a3513bfdd477d57caa5e0cb6d2 [diff] [blame] |
Split pdfium::size() off to cxx17_backports.h. Follow Chromium's efforts to split stl_util.h. Do some IWYU for pdfium::size() as well. Change-Id: Ic50f5b1e7f0da95aa93742a591792628cd4525ae Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/82175 Reviewed-by: Daniel Hosseinian <dhoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
diff --git a/fpdfsdk/fpdf_text_embeddertest.cpp b/fpdfsdk/fpdf_text_embeddertest.cpp index 73754ec..4b653bd 100644 --- a/fpdfsdk/fpdf_text_embeddertest.cpp +++ b/fpdfsdk/fpdf_text_embeddertest.cpp
@@ -16,7 +16,7 @@ #include "testing/embedder_test.h" #include "testing/fx_string_testhelpers.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/base/stl_util.h" +#include "third_party/base/cxx17_backports.h" namespace {