| 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 cac7855afce4adc973d1f9dd2b1110983c55dfc9..e15475fc37a01b205f306788927e9dfba7806851 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -123,8 +123,11 @@ class ProfileHelper
|
| const std::string& user_id);
|
|
|
| private:
|
| + // TODO(nkostylev): Create a test API class that will be the only one allowed
|
| + // to access private test methods.
|
| friend class CryptohomeAuthenticatorTest;
|
| friend class DeviceSettingsTestBase;
|
| + friend class ExistingUserControllerTest;
|
| friend class extensions::ExtensionGarbageCollectorChromeOSUnitTest;
|
| friend class FakeChromeUserManager;
|
| friend class KioskTest;
|
|
|