summaryrefslogtreecommitdiff
path: root/testing/unit_test_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/unit_test_main.cpp')
-rw-r--r--testing/unit_test_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unit_test_main.cpp b/testing/unit_test_main.cpp
index 88855c8e7f..8d8755e617 100644
--- a/testing/unit_test_main.cpp
+++ b/testing/unit_test_main.cpp
@@ -32,7 +32,7 @@ class Environment : public testing::Environment {
// TODO(dsinclair): This font loading is slow. We should make a test font
// loader which loads up a single font we use in all tests.
CFX_GEModule::Get()->GetFontMgr()->SetSystemFontInfo(
- IFX_SystemFontInfo::CreateDefault(nullptr));
+ SystemFontInfoIface::CreateDefault(nullptr));
font_mgr_ = pdfium::MakeUnique<CFGAS_FontMgr>();
if (!font_mgr_->EnumFonts())