| Index: net/ssl/client_cert_store_chromeos.h
|
| diff --git a/net/ssl/client_cert_store_chromeos.h b/net/ssl/client_cert_store_chromeos.h
|
| index 41339f1b5bb0687c5eea035274be4428d9b59648..25850d2afe6212a50464d91cb8e685b74e7cf53f 100644
|
| --- a/net/ssl/client_cert_store_chromeos.h
|
| +++ b/net/ssl/client_cert_store_chromeos.h
|
| @@ -56,7 +56,7 @@ class NET_EXPORT ClientCertStoreChromeOS : public ClientCertStoreNSS {
|
|
|
|
|
| std::string username_hash_;
|
| - NSSProfileFilterChromeOS profile_filter_;
|
| + scoped_refptr<NSSProfileFilterChromeOS> profile_filter_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ClientCertStoreChromeOS);
|
| };
|
|
|