Index: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
index d36c884ad13ba9e654140a1521a4be5ee4798610..14386f40abe93d5f45a8ac9df7de1718d442b0c2 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/ui/autofill/password_generation_popup_controller.h" |
#include "chrome/browser/ui/autofill/popup_controller_common.h" |
#include "components/autofill/core/common/password_form.h" |
-#include "ui/gfx/font.h" |
+#include "ui/gfx/font_list.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/rect.h" |
#include "ui/gfx/rect_f.h" |
@@ -130,8 +130,8 @@ class PasswordGenerationPopupControllerImpl |
// Handle to the popup. May be NULL if popup isn't showing. |
PasswordGenerationPopupView* view_; |
- // Font used in the popup. |
- gfx::Font font_; |
+ // Font list used in the popup. |
+ gfx::FontList font_list_; |
base::string16 current_password_; |
bool password_selected_; |