Index: chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm |
diff --git a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm |
index 9c250dbae71513030547518c2ceaeb57b48cf15b..1462c7f32569eaad86fd5848bd13145ca0b9ec4a 100644 |
--- a/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm |
+++ b/chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.mm |
@@ -24,8 +24,6 @@ |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/strings/grit/ui_strings.h" |
-const SkColor kButtonHoverColor = SkColorSetRGB(0xEA, 0xEA, 0xEA); |
- |
@interface AccountChooserViewController () { |
NSButton* cancelButton_; // Weak. |
NSTextView* titleView_; // Weak. |