| Index: apps/shell/test/shell_test.cc
|
| diff --git a/apps/shell/test/shell_test.cc b/apps/shell/test/shell_test.cc
|
| index bdd19a7cf782dbf7f1209c768fd8d4ce63c962ac..c5ca5df71afc0b28257878fc0d08ac2d67fc4373 100644
|
| --- a/apps/shell/test/shell_test.cc
|
| +++ b/apps/shell/test/shell_test.cc
|
| @@ -43,7 +43,7 @@ void AppShellTest::RunTestOnMainThreadLoop() {
|
| TearDownOnMainThread();
|
|
|
| // Clean up the app window.
|
| - ShellDesktopController::instance()->CloseAppWindow();
|
| + ShellDesktopController::instance()->CloseAppWindows();
|
| }
|
|
|
| bool AppShellTest::LoadAndLaunchApp(const base::FilePath& app_dir) {
|
|
|