| Index: chrome/browser/chromeos/cros/certificate_pattern.cc
|
| diff --git a/chrome/browser/chromeos/cros/certificate_pattern.cc b/chrome/browser/chromeos/cros/certificate_pattern.cc
|
| index 059fa4718f0ad17feba911b5df2d5b838423cd46..72f6e01fbfa9f09604f40e9e040ee8b3b0c85a41 100644
|
| --- a/chrome/browser/chromeos/cros/certificate_pattern.cc
|
| +++ b/chrome/browser/chromeos/cros/certificate_pattern.cc
|
| @@ -316,8 +316,8 @@ DictionaryValue* CertificatePattern::CreateAsDictionary() const {
|
| }
|
|
|
| bool CertificatePattern::CopyFromDictionary(const DictionaryValue &dict) {
|
| - DictionaryValue* child_dict = NULL;
|
| - ListValue* child_list = NULL;
|
| + const DictionaryValue* child_dict = NULL;
|
| + const ListValue* child_list = NULL;
|
| Clear();
|
|
|
| // All of these are optional.
|
|
|