| 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..ba6e7ea89f79e75780b72ba267e1b84d15d3f5bf 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -18,6 +18,7 @@
|
| #include "chrome/browser/chromeos/login/signin/oauth2_login_manager.h"
|
| #include "components/user_manager/user_manager.h"
|
|
|
| +class ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest;
|
| class ArcAppTest;
|
| class Profile;
|
|
|
| @@ -166,6 +167,7 @@ class ProfileHelper
|
| friend class SystemTrayDelegateChromeOSTest;
|
| friend class arc::SyncArcPackageHelper;
|
| friend class ash::test::MultiUserWindowManagerChromeOSTest;
|
| + friend class ::ArcActiveDirectoryEnrollmentTokenFetcherBrowserTest;
|
| friend class ::ArcAppTest;
|
| friend class ::test::BrowserFinderChromeOSTest;
|
|
|
|
|