| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 1e416a01b18fbb9448be1b2131a4c4410f60b2e6..3224f1327306287b111dd0b2774ba3a7c8d3098a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -565,7 +565,7 @@ void ProfileIOData::ShutdownOnUIThread() {
|
| delete this;
|
| }
|
|
|
| -void ProfileIOData::set_origin_bound_cert_service(
|
| - net::OriginBoundCertService* origin_bound_cert_service) const {
|
| - origin_bound_cert_service_.reset(origin_bound_cert_service);
|
| +void ProfileIOData::set_server_bound_cert_service(
|
| + net::ServerBoundCertService* server_bound_cert_service) const {
|
| + server_bound_cert_service_.reset(server_bound_cert_service);
|
| }
|
|
|