Chromium Code Reviews| Index: chromeos/network/network_state.h |
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h |
| index b5f73761ae7e63cf5a9f36e9abfc0762bb2aa4fd..80b78e8f33357f46526ec436b4ace9a7fae24c2d 100644 |
| --- a/chromeos/network/network_state.h |
| +++ b/chromeos/network/network_state.h |
| @@ -7,6 +7,10 @@ |
| #include "chromeos/network/managed_state.h" |
| +namespace net { |
| +class NetworkChangeNotifierChromeosUpdateTest; |
|
szym
2012/12/17 06:16:53
This class is now in chromeos:: so forward declara
gauravsh
2012/12/17 21:05:12
Done.
|
| +} |
| + |
| namespace chromeos { |
| // Simple class to provide network state information about a network service. |
| @@ -43,6 +47,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) { |