| Index: chromeos/network/onc/onc_utils.h
|
| diff --git a/chromeos/network/onc/onc_utils.h b/chromeos/network/onc/onc_utils.h
|
| index c431466425a160ac2ac182e5e8511c9dd4516657..2d7431d5197b1a47130b6a6bf9ebedc8caf4319a 100644
|
| --- a/chromeos/network/onc/onc_utils.h
|
| +++ b/chromeos/network/onc/onc_utils.h
|
| @@ -11,7 +11,6 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/network/onc/onc_constants.h"
|
| -#include "chromeos/network/onc/onc_signature.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -20,6 +19,8 @@ class DictionaryValue;
|
| namespace chromeos {
|
| namespace onc {
|
|
|
| +class OncValueSignature;
|
| +
|
| // A valid but empty (no networks and no certificates) and unencrypted
|
| // configuration.
|
| CHROMEOS_EXPORT extern const char kEmptyUnencryptedConfiguration[];
|
| @@ -68,7 +69,7 @@ CHROMEOS_EXPORT void ExpandStringsInOncObject(
|
| // by |mask|. To find sensitive fields, signature and field name are checked
|
| // with the function FieldIsCredential().
|
| CHROMEOS_EXPORT scoped_ptr<base::DictionaryValue> MaskCredentialsInOncObject(
|
| - const onc::OncValueSignature& signature,
|
| + const OncValueSignature& signature,
|
| const base::DictionaryValue& onc_object,
|
| const std::string& mask);
|
|
|
|
|