| Index: chrome/browser/chromeos/cros_network_library.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros_network_library.h (revision 28366)
|
| +++ chrome/browser/chromeos/cros_network_library.h (working copy)
|
| @@ -73,7 +73,7 @@
|
| // This method is called when there's a change in network status.
|
| // This will notify all the Observers.
|
| static void NetworkStatusChangedHandler(void* object,
|
| - const chromeos::ServiceInfo& service);
|
| + const chromeos::ServiceStatus& service_status);
|
|
|
| // Parse a ServiceInfo objects and update our status.
|
| void ParseNetworkServiceInfo(const chromeos::ServiceInfo& service);
|
|
|