| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 9062d81afef808035530897d9c50fbcfab07187f..e55a7e3d067efe454f7470a3ecb240941567879a 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -420,8 +420,8 @@ void Shell::OnOverviewModeStarting() {
|
| FOR_EACH_OBSERVER(ShellObserver, observers_, OnOverviewModeStarting());
|
| }
|
|
|
| -void Shell::OnOverviewModeEnding() {
|
| - FOR_EACH_OBSERVER(ShellObserver, observers_, OnOverviewModeEnding());
|
| +void Shell::OnOverviewModeEnded() {
|
| + FOR_EACH_OBSERVER(ShellObserver, observers_, OnOverviewModeEnded());
|
| }
|
|
|
| void Shell::OnMaximizeModeStarted() {
|
|
|