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

Unified Diff: content/browser/manifest/manifest_manager_host.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
Index: content/browser/manifest/manifest_manager_host.cc
diff --git a/content/browser/manifest/manifest_manager_host.cc b/content/browser/manifest/manifest_manager_host.cc
index ea6557fa4e06f31faaf798462c6ea2973bc3644f..5891affd7978840cd6144985c15befc874fe1470 100644
--- a/content/browser/manifest/manifest_manager_host.cc
+++ b/content/browser/manifest/manifest_manager_host.cc
@@ -33,7 +33,7 @@ ManifestManagerHost::ManifestManagerHost(WebContents* web_contents)
}
ManifestManagerHost::~ManifestManagerHost() {
- STLDeleteValues(&pending_get_callbacks_);
+ base::STLDeleteValues(&pending_get_callbacks_);
}
ManifestManagerHost::GetCallbackMap*
« no previous file with comments | « content/browser/loader/resource_scheduler.cc ('k') | content/browser/net/quota_policy_cookie_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698