| Index: chrome/browser/ui/browser_command_controller_unittest.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller_unittest.cc b/chrome/browser/ui/browser_command_controller_unittest.cc
|
| index 6d50522e2c6c36325cc1f2fd4fd95394473de8a1..9eb73f99b0cf49f921f0ac9d8c00d74e5c136561 100644
|
| --- a/chrome/browser/ui/browser_command_controller_unittest.cc
|
| +++ b/chrome/browser/ui/browser_command_controller_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "chrome/browser/command_updater.h"
|
| #include "chrome/browser/profiles/profile_destroyer.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| +#include "chrome/browser/profiles/profile_manager_util.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_commands.h"
|
| #include "chrome/browser/ui/browser_window_state.h"
|
| @@ -141,7 +142,7 @@ TEST_F(BrowserCommandControllerTest, AppFullScreen) {
|
| }
|
|
|
| TEST_F(BrowserCommandControllerTest, AvatarMenuDisabledWhenOnlyOneProfile) {
|
| - if (!ProfileManager::IsMultipleProfilesEnabled())
|
| + if (!profiles::IsMultipleProfilesEnabled())
|
| return;
|
|
|
| TestingProfileManager testing_profile_manager(
|
|
|