Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index ca00a8056d4480cee697099222fa8a72d564c546..74f0e966e7eb2d949b5b05e7ac00a6937cc10f1e 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -26,13 +26,13 @@ |
#include "chrome/browser/net/cookie_store_util.h" |
#include "chrome/browser/net/http_server_properties_manager_factory.h" |
#include "chrome/browser/net/predictor.h" |
-#include "chrome/browser/net/sqlite_server_bound_cert_store.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_switches.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/common/url_constants.h" |
#include "components/domain_reliability/monitor.h" |
+#include "content/browser/net/quota_policy_server_bound_cert_store.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/cookie_store_factory.h" |
#include "content/public/browser/notification_service.h" |
@@ -441,8 +441,8 @@ void ProfileImplIOData::InitializeInternal( |
if (!server_bound_cert_service) { |
DCHECK(!lazy_params_->server_bound_cert_path.empty()); |
- scoped_refptr<SQLiteServerBoundCertStore> server_bound_cert_db = |
- new SQLiteServerBoundCertStore( |
+ scoped_refptr<content::QuotaPolicyServerBoundCertStore> |
+ server_bound_cert_db = new content::QuotaPolicyServerBoundCertStore( |
lazy_params_->server_bound_cert_path, |
BrowserThread::GetBlockingPool()->GetSequencedTaskRunner( |
BrowserThread::GetBlockingPool()->GetSequenceToken()), |