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 bc58492dfc22e60d4aa2b17d5752a4d77dac4a7d..7ed8c174c61b95510c7c566e22fdfb4f98e0f273 100644 |
--- a/chromeos/network/managed_network_configuration_handler.h |
+++ b/chromeos/network/managed_network_configuration_handler.h |
@@ -60,7 +60,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandler { |
virtual void GetProperties( |
const std::string& service_path, |
const network_handler::DictionaryResultCallback& callback, |
- const network_handler::ErrorCallback& error_callback) const = 0; |
+ const network_handler::ErrorCallback& error_callback) = 0; |
// Provides the managed properties of the network with |service_path| to |
// |callback|. |userhash| is only used to ensure that the user's policy is |