| Index: chromeos/network/onc/onc_signature.h
|
| diff --git a/chromeos/network/onc/onc_signature.h b/chromeos/network/onc/onc_signature.h
|
| index 316ee86901bdabaea0dce41d00e2a0a106526494..d0c9e508a9d87291df38002b8bbd8ecb898cae12 100644
|
| --- a/chromeos/network/onc/onc_signature.h
|
| +++ b/chromeos/network/onc/onc_signature.h
|
| @@ -31,9 +31,8 @@ CHROMEOS_EXPORT const OncFieldSignature* GetFieldSignature(
|
| const OncValueSignature& signature,
|
| const std::string& onc_field_name);
|
|
|
| -CHROMEOS_EXPORT bool FieldIsCredential(
|
| - const OncValueSignature& signature,
|
| - const std::string& onc_field_name);
|
| +CHROMEOS_EXPORT bool FieldIsCredential(const OncValueSignature& signature,
|
| + const std::string& onc_field_name);
|
|
|
| CHROMEOS_EXPORT extern const OncValueSignature kRecommendedSignature;
|
| CHROMEOS_EXPORT extern const OncValueSignature kEAPSignature;
|
|
|