| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| index 92e680f251bd48334aa9992b2cbdced98e53ce10..dbbece71f87d1ee16f9883fca153555d2253e89f 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
|
| @@ -1088,11 +1088,11 @@ class MultiProfileMultiBrowserShelfLayoutChromeLauncherControllerImplTest
|
|
|
| void TearDown() override {
|
| ChromeLauncherControllerImplTest::TearDown();
|
| - user_manager_enabler_.reset();
|
| for (ProfileToNameMap::iterator it = created_profiles_.begin();
|
| it != created_profiles_.end(); ++it)
|
| profile_manager_->DeleteTestingProfile(it->second);
|
| chromeos::WallpaperManager::Shutdown();
|
| + user_manager_enabler_.reset();
|
|
|
| // A Task is leaked if we don't destroy everything, then run the message
|
| // loop.
|
|
|