Index: chrome/browser/ui/profile_chooser_constants.h |
diff --git a/chrome/browser/ui/profile_chooser_constants.h b/chrome/browser/ui/profile_chooser_constants.h |
index 73fdbb092d16f6e65a6479832e49254bc2ec684d..ef46059ccb6fc77bded5db79ddfde0533d9b6770 100644 |
--- a/chrome/browser/ui/profile_chooser_constants.h |
+++ b/chrome/browser/ui/profile_chooser_constants.h |
@@ -5,8 +5,12 @@ |
#ifndef CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_ |
#define CHROME_BROWSER_UI_PROFILE_CHOOSER_CONSTANTS_H_ |
+#include "third_party/skia/include/core/SkColor.h" |
+ |
namespace profiles { |
+static const SkColor kHoverColor = SkColorSetRGB(0xEA, 0xEA, 0xEA); |
+ |
// Different views that can be displayed in the profile chooser bubble. |
enum BubbleViewMode { |
// Shows the default avatar bubble. |