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 1c49b319401cd8cfc93508229b8a679235edf610..4d9b9685dd21d5b8dc8ab4524aba7d4c3b8afde4 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -26,7 +26,7 @@ |
#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_channel_id_store.h" |
+#include "chrome/browser/net/quota_policy_channel_id_store.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_constants.h" |
#include "chrome/common/chrome_switches.h" |
@@ -506,8 +506,8 @@ void ProfileImplIOData::InitializeInternal( |
if (!channel_id_service) { |
DCHECK(!lazy_params_->channel_id_path.empty()); |
- scoped_refptr<SQLiteChannelIDStore> channel_id_db = |
- new SQLiteChannelIDStore( |
+ scoped_refptr<QuotaPolicyChannelIDStore> channel_id_db = |
+ new QuotaPolicyChannelIDStore( |
lazy_params_->channel_id_path, |
BrowserThread::GetBlockingPool()->GetSequencedTaskRunner( |
BrowserThread::GetBlockingPool()->GetSequenceToken()), |