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

Unified Diff: storage/browser/fileapi/isolated_context.cc

Issue 2236453002: storage: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « storage/browser/fileapi/file_system_usage_cache.cc ('k') | storage/browser/fileapi/obfuscated_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: storage/browser/fileapi/isolated_context.cc
diff --git a/storage/browser/fileapi/isolated_context.cc b/storage/browser/fileapi/isolated_context.cc
index 6edc40d6c2bc0a13e8ccc2d7cd0b2739d8b84169..0ca6d25ea3dc16c50fd0f4fa4dbb1193f86f1f6f 100644
--- a/storage/browser/fileapi/isolated_context.cc
+++ b/storage/browser/fileapi/isolated_context.cc
@@ -424,8 +424,8 @@ IsolatedContext::IsolatedContext() {
}
IsolatedContext::~IsolatedContext() {
- STLDeleteContainerPairSecondPointers(instance_map_.begin(),
- instance_map_.end());
+ base::STLDeleteContainerPairSecondPointers(instance_map_.begin(),
+ instance_map_.end());
}
FileSystemURL IsolatedContext::CrackFileSystemURL(
« no previous file with comments | « storage/browser/fileapi/file_system_usage_cache.cc ('k') | storage/browser/fileapi/obfuscated_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698