| Index: chromeos/network/onc/onc_translator.h
|
| diff --git a/chromeos/network/onc/onc_translator.h b/chromeos/network/onc/onc_translator.h
|
| index db1cb71960ffaad068612ff8259c17958b22b413..dc5afa3ebd7cc034ada262f58b935e00b328253d 100644
|
| --- a/chromeos/network/onc/onc_translator.h
|
| +++ b/chromeos/network/onc/onc_translator.h
|
| @@ -14,9 +14,6 @@
|
| }
|
|
|
| namespace chromeos {
|
| -
|
| -class NetworkState;
|
| -
|
| namespace onc {
|
|
|
| struct OncValueSignature;
|
| @@ -42,15 +39,12 @@
|
| // only a subset of it and includes only the values that are actually required
|
| // by the UI. If |onc_source| != ONC_SOURCE_UNKNOWN then the 'Source' property
|
| // of the ONC dictionary will be set accordingly. Note: ONC_SOURCE_USER_IMPORT
|
| -// is treated the same as ONC_SOURCE_NONE. If |network_state| is provided it
|
| -// will be used to set the ErrorState property. Otherwise ErrorState will not
|
| -// be set.
|
| +// is treated the same as ONC_SOURCE_NONE.
|
| CHROMEOS_EXPORT
|
| scoped_ptr<base::DictionaryValue> TranslateShillServiceToONCPart(
|
| const base::DictionaryValue& shill_dictionary,
|
| ::onc::ONCSource onc_source,
|
| - const OncValueSignature* onc_signature,
|
| - const NetworkState* network_state);
|
| + const OncValueSignature* onc_signature);
|
|
|
| } // namespace onc
|
| } // namespace chromeos
|
|
|