Index: ash/common/system/date/date_view.cc |
diff --git a/ash/common/system/date/date_view.cc b/ash/common/system/date/date_view.cc |
index e1434d80dbf659899b5d1364ef94ce2de0399353..3632330925e98b141def21f058807fdda1329baa 100644 |
--- a/ash/common/system/date/date_view.cc |
+++ b/ash/common/system/date/date_view.cc |
@@ -74,7 +74,6 @@ base::string16 FormatDayOfWeek(const base::Time& time) { |
views::Label* CreateLabel() { |
views::Label* label = new views::Label; |
label->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
- label->SetBackgroundColor(SkColorSetARGB(0, 255, 255, 255)); |
return label; |
} |