| 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 42ea875327b31655b0f23883042b487c729c4b21..14f7dff78ec8a0a48911bd752f7de46cb62783c9 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -30,10 +30,6 @@ namespace extensions {
|
| class ExtensionGarbageCollectorChromeOSUnitTest;
|
| }
|
|
|
| -namespace arc {
|
| -class SyncArcPackageHelper;
|
| -}
|
| -
|
| namespace ash {
|
| namespace test {
|
| class MultiUserWindowManagerChromeOSTest;
|
| @@ -169,7 +165,6 @@ class ProfileHelper
|
| friend class ProfileHelperTest;
|
| friend class ProfileListChromeOSTest;
|
| friend class SystemTrayDelegateChromeOSTest;
|
| - friend class arc::SyncArcPackageHelper;
|
| friend class ash::test::MultiUserWindowManagerChromeOSTest;
|
| friend class ::ArcAppTest;
|
| friend class ::SessionControllerClientTest;
|
|
|