Index: chrome/browser/chromeos/policy/device_network_configuration_updater.h |
diff --git a/chrome/browser/chromeos/policy/device_network_configuration_updater.h b/chrome/browser/chromeos/policy/device_network_configuration_updater.h |
index 6b9b762fe016000b99b58f268c2fe2bbb1f3d25c..bcf1dd2035daa48a845022e14bb4c718e86a35f6 100644 |
--- a/chrome/browser/chromeos/policy/device_network_configuration_updater.h |
+++ b/chrome/browser/chromeos/policy/device_network_configuration_updater.h |
@@ -45,7 +45,6 @@ class DeviceNetworkConfigurationUpdater : public NetworkConfigurationUpdater { |
// once the policy service is completely initialized and on each policy |
// change. The argument objects must outlive the returned updater. |
static scoped_ptr<DeviceNetworkConfigurationUpdater> CreateForDevicePolicy( |
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer, |
PolicyService* policy_service, |
chromeos::ManagedNetworkConfigurationHandler* network_config_handler, |
chromeos::NetworkDeviceHandler* network_device_handler, |
@@ -53,7 +52,6 @@ class DeviceNetworkConfigurationUpdater : public NetworkConfigurationUpdater { |
private: |
DeviceNetworkConfigurationUpdater( |
- scoped_ptr<chromeos::onc::CertificateImporter> certificate_importer, |
PolicyService* policy_service, |
chromeos::ManagedNetworkConfigurationHandler* network_config_handler, |
chromeos::NetworkDeviceHandler* network_device_handler, |