| Index: chromeos/network/network_configuration_handler.h
|
| diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
|
| index d76be197fafd9e549f57c06e6b35f9b814dc575d..b2e85be19d7f3f67149d7ade3d8c905786efd368 100644
|
| --- a/chromeos/network/network_configuration_handler.h
|
| +++ b/chromeos/network/network_configuration_handler.h
|
| @@ -103,7 +103,7 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
|
| void CreateShillConfiguration(
|
| const base::DictionaryValue& shill_properties,
|
| NetworkConfigurationObserver::Source source,
|
| - const network_handler::StringResultCallback& callback,
|
| + const network_handler::ServiceResultCallback& callback,
|
| const network_handler::ErrorCallback& error_callback);
|
|
|
| // Removes the network |service_path| from any profiles that include it.
|
| @@ -142,7 +142,7 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
|
| const std::string& profile_path,
|
| NetworkConfigurationObserver::Source source,
|
| scoped_ptr<base::DictionaryValue> configure_properties,
|
| - const network_handler::StringResultCallback& callback,
|
| + const network_handler::ServiceResultCallback& callback,
|
| const dbus::ObjectPath& service_path);
|
|
|
| // Called from ProfileEntryDeleter instances when they complete causing
|
|
|