| 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 0a9cc8f13dd361d52a0423fcc5dcf3d6660f4422..56cedcbf7b5e8b8e545e55cad3960e453d1f3842 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -24,8 +24,8 @@
|
|
|
| namespace ash {
|
|
|
| -OverviewButtonTray::OverviewButtonTray(WmShelf* wm_shelf)
|
| - : TrayBackgroundView(wm_shelf),
|
| +OverviewButtonTray::OverviewButtonTray(Shelf* shelf)
|
| + : TrayBackgroundView(shelf),
|
| icon_(new views::ImageView()),
|
| scoped_session_observer_(this) {
|
| SetInkDropMode(InkDropMode::ON);
|
|
|