Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1497)

Unified Diff: content/browser/storage_partition_impl_map.cc

Issue 2228403003: content: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/browser/time_zone_monitor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl_map.cc
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
index 5100cbd721447235d13c73fd719dbfc5e5f47026..522c1ea5b8888587e25b7d5385b2acd723183999 100644
--- a/content/browser/storage_partition_impl_map.cc
+++ b/content/browser/storage_partition_impl_map.cc
@@ -376,8 +376,8 @@ StoragePartitionImplMap::StoragePartitionImplMap(
}
StoragePartitionImplMap::~StoragePartitionImplMap() {
- STLDeleteContainerPairSecondPointers(partitions_.begin(),
- partitions_.end());
+ base::STLDeleteContainerPairSecondPointers(partitions_.begin(),
+ partitions_.end());
}
StoragePartitionImpl* StoragePartitionImplMap::Get(
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | content/browser/time_zone_monitor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698