Index: chrome/browser/ui/autofill/autofill_dialog_types.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.h b/chrome/browser/ui/autofill/autofill_dialog_types.h |
index 52f2e8626d39a672aa0c4eda468e5d0042aec68d..6da427018faacdb2aad338dcb41af28f5927494a 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.h |
@@ -173,9 +173,6 @@ struct DialogOverlayString { |
// Text content of the message. |
base::string16 text; |
- // Color of the message's text. |
- SkColor text_color; |
- |
// Font to render the message's text in. |
gfx::Font font; |
}; |