Index: chrome/browser/content_settings/local_shared_objects_container.cc |
diff --git a/chrome/browser/content_settings/local_shared_objects_container.cc b/chrome/browser/content_settings/local_shared_objects_container.cc |
index 3fd6d068dbfb6609e510a3bfabd25d7b78e64a44..1dd938c5453244aa44fa69299c618894800f2637 100644 |
--- a/chrome/browser/content_settings/local_shared_objects_container.cc |
+++ b/chrome/browser/content_settings/local_shared_objects_container.cc |
@@ -29,7 +29,7 @@ bool SamePublicDomainOrHost(const GURL& gurl1, const GURL& gurl2) { |
net::registry_controlled_domains::EXCLUDE_PRIVATE_REGISTRIES); |
} |
-} |
+} // namespace |
LocalSharedObjectsContainer::LocalSharedObjectsContainer(Profile* profile) |
: appcaches_(new CannedBrowsingDataAppCacheHelper(profile)), |
@@ -37,7 +37,7 @@ LocalSharedObjectsContainer::LocalSharedObjectsContainer(Profile* profile) |
profile->GetRequestContext())), |
databases_(new CannedBrowsingDataDatabaseHelper(profile)), |
file_systems_(new CannedBrowsingDataFileSystemHelper(profile)), |
- indexed_dbs_(new CannedBrowsingDataIndexedDBHelper()), |
+ indexed_dbs_(new CannedBrowsingDataIndexedDBHelper(profile)), |
local_storages_(new CannedBrowsingDataLocalStorageHelper(profile)), |
server_bound_certs_(new CannedBrowsingDataServerBoundCertHelper()), |
session_storages_(new CannedBrowsingDataLocalStorageHelper(profile)) { |