| 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 e987403d705bdece444121e1722ab6203d273768..f3d1bcaab834abcf6a6b25a578e348c4912226e3 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -41,6 +41,7 @@ class MultiUserWindowManagerChromeOSTest;
|
|
|
| namespace test {
|
| class BrowserFinderChromeOSTest;
|
| +class MultiUserBrowserWindowChromeOSTest;
|
| } // namespace test
|
|
|
| namespace chromeos {
|
| @@ -168,6 +169,7 @@ class ProfileHelper
|
| friend class ash::test::MultiUserWindowManagerChromeOSTest;
|
| friend class ::ArcAppTest;
|
| friend class ::test::BrowserFinderChromeOSTest;
|
| + friend class ::test::MultiUserBrowserWindowChromeOSTest;
|
|
|
| // Called when signin profile is cleared.
|
| void OnSigninProfileCleared();
|
|
|