| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index b5f73761ae7e63cf5a9f36e9abfc0762bb2aa4fd..f6cde0af23f1533cffc0f53bc791e77efd476da2 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -43,6 +43,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
|
|
| private:
|
| friend class NetworkStateHandler;
|
| + friend class NetworkChangeNotifierChromeosUpdateTest;
|
|
|
| // Called by NetworkStateHandler when the ip config changes.
|
| void set_ip_address(const std::string& ip_address) {
|
|
|