| 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 654a98b3f17ae0bc18a8d153e23e1398c4eae113..1ef856900d55cced36d205f2f022a9b957488f75 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 FakeUserManager;
|
| friend class KioskTest;
|
|
|