blob: 952c8258fe498220dd10376aa677d49bf2ce61d8 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/autofill/mock_autofill_popup_controller.h"
#include "ui/gfx/font_list.h"
namespace autofill {
MockAutofillPopupController::MockAutofillPopupController() {
gfx::FontList::SetDefaultFontDescription("Arial, Times New Roman, 15px");
}
MockAutofillPopupController::~MockAutofillPopupController() = default;
} // namespace autofill