| Index: chromeos/network/client_cert_util.cc
|
| diff --git a/chromeos/network/client_cert_util.cc b/chromeos/network/client_cert_util.cc
|
| index 735ee2ca067ccc2a537afcbaab658d5c90512a55..66d1df195ed22554867fb287ef8a50e847d7bf00 100644
|
| --- a/chromeos/network/client_cert_util.cc
|
| +++ b/chromeos/network/client_cert_util.cc
|
| @@ -27,10 +27,10 @@ namespace chromeos {
|
|
|
| namespace client_cert {
|
|
|
| -namespace {
|
| -
|
| const char kDefaultTPMPin[] = "111111";
|
|
|
| +namespace {
|
| +
|
| std::string GetStringFromDictionary(const base::DictionaryValue& dict,
|
| const std::string& key) {
|
| std::string s;
|
|
|