Index: chrome/browser/ui/autofill/password_generation_popup_view.cc |
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.cc b/chrome/browser/ui/autofill/password_generation_popup_view.cc |
index e2e344f9efb3a197232f40af012628039a6284f5..7b35a4ba087271592ac21c737b29c914a227217f 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_view.cc |
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.cc |
@@ -12,7 +12,5 @@ const SkColor PasswordGenerationPopupView::kExplanatoryTextColor = |
SkColorSetRGB(0x66, 0x66, 0x66); |
const SkColor PasswordGenerationPopupView::kDividerColor = |
SkColorSetRGB(0xE9, 0xE9, 0xE9); |
-const SkColor PasswordGenerationPopupView::kLinkColor = |
- SkColorSetRGB(0x55, 0x59, 0xFE); |
} // namespace autofill |