| Index: chrome/browser/chromeos/profiles/profile_helper.h
|
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
|
| index 18a0239aa64bf45a6c416dba3fab850092afed9d..cee6b9c2daeb719561fd9030ea4409e0a9c106cb 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -26,6 +26,12 @@ namespace extensions {
|
| class ExtensionGarbageCollectorChromeOSUnitTest;
|
| }
|
|
|
| +namespace ash {
|
| +namespace test {
|
| +class MultiUserWindowManagerChromeOSTest;
|
| +} // namespace test
|
| +} // namespace ash
|
| +
|
| namespace chromeos {
|
|
|
| // This helper class is used on Chrome OS to keep track of currently
|
| @@ -139,6 +145,7 @@ class ProfileHelper
|
| friend class ProfileListChromeOSTest;
|
| friend class SessionStateDelegateChromeOSTest;
|
| friend class SystemTrayDelegateChromeOSTest;
|
| + friend class ash::test::MultiUserWindowManagerChromeOSTest;
|
|
|
| // Called when signin profile is cleared.
|
| void OnSigninProfileCleared();
|
|
|