| Index: chromeos/network/mock_managed_network_configuration_handler.h
|
| diff --git a/chromeos/network/mock_managed_network_configuration_handler.h b/chromeos/network/mock_managed_network_configuration_handler.h
|
| index 8600eaa2c2efc03afeff980db01d4bba40a5601d..0ba3579e94609e887456c0a067247b305943ea4e 100644
|
| --- a/chromeos/network/mock_managed_network_configuration_handler.h
|
| +++ b/chromeos/network/mock_managed_network_configuration_handler.h
|
| @@ -33,12 +33,11 @@ class CHROMEOS_EXPORT MockManagedNetworkConfigurationHandler
|
| const std::string& service_path,
|
| const network_handler::DictionaryResultCallback& callback,
|
| const network_handler::ErrorCallback& error_callback));
|
| - MOCK_CONST_METHOD4(
|
| - SetProperties,
|
| - void(const std::string& service_path,
|
| - const base::DictionaryValue& user_settings,
|
| - const base::Closure& callback,
|
| - const network_handler::ErrorCallback& error_callback));
|
| + MOCK_METHOD4(SetProperties,
|
| + void(const std::string& service_path,
|
| + const base::DictionaryValue& user_settings,
|
| + const base::Closure& callback,
|
| + const network_handler::ErrorCallback& error_callback));
|
| MOCK_CONST_METHOD4(
|
| CreateConfiguration,
|
| void(const std::string& userhash,
|
|
|