Index: chrome/browser/ui/autofill/autofill_dialog_types.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc |
index 698afc2ffc0a9522d7521353ef57070c29545d1d..81902c1aec10e52b5b847902b2df994dda2a59bc 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_types.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc |
@@ -11,7 +11,10 @@ namespace autofill { |
DialogNotification::DialogNotification() : type_(NONE) {} |
DialogNotification::DialogNotification(Type type, const string16& display_text) |
- : type_(type), display_text_(display_text), interactive_(true) {} |
+ : type_(type), |
+ display_text_(display_text), |
+ checked_(false), |
+ interactive_(true) {} |
SkColor DialogNotification::GetBackgroundColor() const { |
switch (type_) { |