| Index: ash/system/overview/overview_button_tray.cc
|
| diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
|
| index edcf6e5487cc7256205ef1d273eb95266046fa13..b18ee1ae1c7c89e19a360ddc94ad0864b4fa8d25 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -29,10 +29,8 @@ const int kVerticalShelfVerticalPadding = 5;
|
|
|
| namespace ash {
|
|
|
| -OverviewButtonTray::OverviewButtonTray(
|
| - internal::StatusAreaWidget* status_area_widget)
|
| - : TrayBackgroundView(status_area_widget),
|
| - icon_(NULL) {
|
| +OverviewButtonTray::OverviewButtonTray(StatusAreaWidget* status_area_widget)
|
| + : TrayBackgroundView(status_area_widget), icon_(NULL) {
|
| SetContentsBackground();
|
|
|
| ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
|
|
|