Index: chrome/browser/ui/autofill/password_generation_popup_view.h |
diff --git a/chrome/browser/ui/autofill/password_generation_popup_view.h b/chrome/browser/ui/autofill/password_generation_popup_view.h |
index eb4ee00efc905e76835f266008d28f863630c671..1fc25f25bd8d90583844d8930b143b27a5deeb55 100644 |
--- a/chrome/browser/ui/autofill/password_generation_popup_view.h |
+++ b/chrome/browser/ui/autofill/password_generation_popup_view.h |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_VIEW_H_ |
#define CHROME_BROWSER_UI_AUTOFILL_PASSWORD_GENERATION_POPUP_VIEW_H_ |
+#include "third_party/skia/include/core/SkColor.h" |
+ |
namespace autofill { |
class PasswordGenerationPopupController; |
@@ -32,6 +34,11 @@ class PasswordGenerationPopupView { |
// when Hide() is called. |
static PasswordGenerationPopupView* Create( |
PasswordGenerationPopupController* controller); |
+ |
+ static const SkColor kExplanatoryTextBackgroundColor; |
+ static const SkColor kExplanatoryTextColor; |
+ static const SkColor kDividerColor; |
+ static const SkColor kLinkColor; |
}; |
} // namespace autofill |