| Index: ash/accelerators/debug_commands.cc
|
| diff --git a/ash/accelerators/debug_commands.cc b/ash/accelerators/debug_commands.cc
|
| index 63898f9202dbc5a27f14ab08388f661529af6bd5..905f18adfeb964c1dad7e6fb50169415d0753792 100644
|
| --- a/ash/accelerators/debug_commands.cc
|
| +++ b/ash/accelerators/debug_commands.cc
|
| @@ -177,7 +177,7 @@ void PerformDebugActionIfEnabled(AcceleratorAction action) {
|
| Shell::GetInstance()->display_manager()->AddRemoveDisplay();
|
| break;
|
| case DEBUG_SHOW_TOAST:
|
| - Shell::GetInstance()->toast_manager()->Show(
|
| + WmShell::Get()->toast_manager()->Show(
|
| ToastData("id", "Toast", 5000 /* duration_ms */, "Dismiss"));
|
| break;
|
| case DEBUG_TOGGLE_TOUCH_PAD:
|
|
|