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

Unified Diff: chrome/utility/importer/firefox_importer.cc

Issue 2230203002: chrome: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed accidental components/ change 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 | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/media_galleries/iapps_xml_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/firefox_importer.cc
diff --git a/chrome/utility/importer/firefox_importer.cc b/chrome/utility/importer/firefox_importer.cc
index cbeab3b9fa6d259d9a83ae3007bacab14919a387..e487c92e507e10b1c7c63930d045b68a66899d29 100644
--- a/chrome/utility/importer/firefox_importer.cc
+++ b/chrome/utility/importer/firefox_importer.cc
@@ -333,7 +333,7 @@ void FirefoxImporter::ImportBookmarks() {
}
}
- STLDeleteElements(&list);
+ base::STLDeleteElements(&list);
// Write into profile.
if (!bookmarks.empty() && !cancelled()) {
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/media_galleries/iapps_xml_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698