| 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 2104e1e187eb12d1715e6da67f8796d71d4f5457..858406614f0e9a2326dbc3db563b4007b0862b03 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;
|
|
|
| @@ -171,6 +172,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;
|
|
|
|
|