| Index: chromeos/network/network_profile_handler.h
|
| diff --git a/chromeos/network/network_profile_handler.h b/chromeos/network/network_profile_handler.h
|
| index f3970ad15121f83e18945774025ff9bb7debf72b..4d088bdf12a204b5b23f9697ce952dcb1e2b4277 100644
|
| --- a/chromeos/network/network_profile_handler.h
|
| +++ b/chromeos/network/network_profile_handler.h
|
| @@ -61,6 +61,7 @@ class CHROMEOS_EXPORT NetworkProfileHandler
|
| static std::string GetSharedProfilePath();
|
|
|
| protected:
|
| + friend class AutoConnectHandlerTest;
|
| friend class ClientCertResolverTest;
|
| friend class NetworkConnectionHandlerTest;
|
| friend class NetworkHandler;
|
|
|