From f8af565a78ee1910b8c98a5bdfb9ab6b88442317 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 6 Mar 2018 18:56:33 +0000 Subject: Rename IFX classes in core/fxge to Iface This CL renames IFX classes in core/fxge to Iface. Change-Id: I137167ddd4ff1563d8002d9501222c27183408cc Reviewed-on: https://pdfium-review.googlesource.com/27990 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- testing/unit_test_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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(); if (!font_mgr_->EnumFonts()) -- cgit v1.2.3