| Index: chrome/browser/chromeos/options/cert_library.h
|
| diff --git a/chrome/browser/chromeos/options/cert_library.h b/chrome/browser/chromeos/options/cert_library.h
|
| index 620ef87df35d219dcc3669935778fda7083367db..9bbfb77072dd5a47ebbd51cc7bc7e6d41bb59e9b 100644
|
| --- a/chrome/browser/chromeos/options/cert_library.h
|
| +++ b/chrome/browser/chromeos/options/cert_library.h
|
| @@ -67,7 +67,7 @@ class CertLibrary : public CertLoader::Observer {
|
| int NumCertificates(CertType type) const;
|
|
|
| // Retreives the certificate property for |type| at |index|.
|
| - string16 GetCertDisplayStringAt(CertType type, int index) const;
|
| + base::string16 GetCertDisplayStringAt(CertType type, int index) const;
|
| std::string GetCertPEMAt(CertType type, int index) const;
|
| std::string GetCertPkcs11IdAt(CertType type, int index) const;
|
| bool IsCertHardwareBackedAt(CertType type, int index) const;
|
|
|