| Index: content/common/dwrite_font_platform_win_unittest.cc
|
| diff --git a/content/common/dwrite_font_platform_win_unittest.cc b/content/common/dwrite_font_platform_win_unittest.cc
|
| index 273de7e9ec45d95f7495ad30f3739b456067ee0e..11c2892b6f2acbedfcc926730a8ee072a87b5767 100644
|
| --- a/content/common/dwrite_font_platform_win_unittest.cc
|
| +++ b/content/common/dwrite_font_platform_win_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/public/common/dwrite_font_platform_win.h"
|
| +#include "content/common/dwrite_font_platform_win.h"
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| @@ -41,7 +41,7 @@
|
| TEST_F(DWriteFontCacheTest, BuildCacheTest) {
|
| if (gfx::win::ShouldUseDirectWrite()) {
|
| DLOG(INFO) << __FUNCTION__ << ": " << cache_file_path_.value().c_str();
|
| - EXPECT_TRUE(BuildFontCache(cache_file_path_));
|
| + EXPECT_TRUE(BuildAndLoadFontCache(cache_file_path_));
|
| ASSERT_TRUE(base::PathExists(cache_file_path_));
|
| }
|
| }
|
|
|