| Index: chrome/browser/ui/webui/settings/font_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/font_handler.cc b/chrome/browser/ui/webui/settings/font_handler.cc
|
| index 954f7f6633fec953e84f59e2901b6d5f9472684a..56de488087fda739ab90ed97fb01877912108821 100644
|
| --- a/chrome/browser/ui/webui/settings/font_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/font_handler.cc
|
| @@ -16,7 +16,7 @@
|
| #include "chrome/browser/extensions/extension_tab_util.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| -#include "chrome/browser/ui/webui/options/font_settings_utils.h"
|
| +#include "chrome/browser/ui/webui/settings_utils.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "content/public/browser/font_list_async.h"
|
| @@ -39,7 +39,7 @@ FontHandler::FontHandler(content::WebUI* webui)
|
| profile_(Profile::FromWebUI(webui)),
|
| weak_ptr_factory_(this) {
|
| // Perform validation for saved fonts.
|
| - options::FontSettingsUtilities::ValidateSavedFonts(profile_->GetPrefs());
|
| + settings_utils::ValidateSavedFonts(profile_->GetPrefs());
|
| }
|
|
|
| FontHandler::~FontHandler() {}
|
|
|