| Index: apps/shell/shell_browser_main_parts.cc
|
| diff --git a/apps/shell/shell_browser_main_parts.cc b/apps/shell/shell_browser_main_parts.cc
|
| index e03fdd28412a2f563efe3cf606a1f8df463fa8fa..10b633b2edf1029aa756d90663d44c482bd644d5 100644
|
| --- a/apps/shell/shell_browser_main_parts.cc
|
| +++ b/apps/shell/shell_browser_main_parts.cc
|
| @@ -124,7 +124,7 @@ void ShellBrowserMainParts::PostMainMessageLoopRun() {
|
| LOG(WARNING) << "-----------------------------------";
|
| }
|
|
|
| -void ShellBrowserMainParts::OnRootWindowHostCloseRequested(
|
| +void ShellBrowserMainParts::OnWindowTreeHostCloseRequested(
|
| const aura::RootWindow* root) {
|
| base::MessageLoop::current()->PostTask(FROM_HERE,
|
| base::MessageLoop::QuitClosure());
|
|
|