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 06fecad8485cf9fe606feff56226fa7e6aaf8bf5..cbe857f41becbe6238bd18a7a955e940535333b1 100644 |
--- a/apps/shell/shell_browser_main_parts.cc |
+++ b/apps/shell/shell_browser_main_parts.cc |
@@ -123,7 +123,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()); |