Index: chromeos/network/onc/onc_translator.h |
diff --git a/chromeos/network/onc/onc_translator.h b/chromeos/network/onc/onc_translator.h |
index dc5afa3ebd7cc034ada262f58b935e00b328253d..286985b7428cce8c2b23dc066a6ab8296bd6d17c 100644 |
--- a/chromeos/network/onc/onc_translator.h |
+++ b/chromeos/network/onc/onc_translator.h |
@@ -14,6 +14,9 @@ class DictionaryValue; |
} |
namespace chromeos { |
+ |
+class NetworkState; |
+ |
namespace onc { |
struct OncValueSignature; |
@@ -44,7 +47,8 @@ CHROMEOS_EXPORT |
scoped_ptr<base::DictionaryValue> TranslateShillServiceToONCPart( |
const base::DictionaryValue& shill_dictionary, |
::onc::ONCSource onc_source, |
- const OncValueSignature* onc_signature); |
+ const OncValueSignature* onc_signature, |
+ const NetworkState* network_state); |
} // namespace onc |
} // namespace chromeos |