| Index: chromeos/network/managed_network_configuration_handler.h
|
| diff --git a/chromeos/network/managed_network_configuration_handler.h b/chromeos/network/managed_network_configuration_handler.h
|
| index 172dc0b583427beb1130777313a3b02af30b7174..40ba923d3f0541c74a16af585eacab692585e1f3 100644
|
| --- a/chromeos/network/managed_network_configuration_handler.h
|
| +++ b/chromeos/network/managed_network_configuration_handler.h
|
| @@ -100,7 +100,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler {
|
| virtual void CreateConfiguration(
|
| const std::string& userhash,
|
| const base::DictionaryValue& properties,
|
| - const network_handler::StringResultCallback& callback,
|
| + const network_handler::ServiceResultCallback& callback,
|
| const network_handler::ErrorCallback& error_callback) const = 0;
|
|
|
| // Removes the user's configuration from the network with |service_path|. The
|
|
|