Chromium Code Reviews| Index: content/shell/browser/shell_views.cc |
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc |
| index b26a809a524a5823c1f8fb78952baa5a91c473e9..4ce0fa6806ffb5a87c9390f0a4659a804a9e6db1 100644 |
| --- a/content/shell/browser/shell_views.cc |
| +++ b/content/shell/browser/shell_views.cc |
| @@ -439,6 +439,7 @@ |
| device::BluetoothAdapterFactory::Shutdown(); |
| chromeos::DBusThreadManager::Shutdown(); |
| #endif |
| + aura::Env::DeleteInstance(); |
| } |
| void Shell::PlatformCleanUp() { |