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

Unified Diff: chrome/browser/importer/ie_importer_browsertest_win.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/browser/icon_manager.cc ('k') | chrome/browser/intranet_redirect_detector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/ie_importer_browsertest_win.cc
diff --git a/chrome/browser/importer/ie_importer_browsertest_win.cc b/chrome/browser/importer/ie_importer_browsertest_win.cc
index 1113e37bb1d94bb6aeb41b1e409160cc81c68a44..ab48d8e7471992ba3012654da0a563faaca5bec9 100644
--- a/chrome/browser/importer/ie_importer_browsertest_win.cc
+++ b/chrome/browser/importer/ie_importer_browsertest_win.cc
@@ -322,7 +322,7 @@ class TestObserver : public ProfileWriter,
// TODO(jcampan): bug 1169230: we should test keyword importing for IE.
// In order to do that we'll probably need to mock the Windows registry.
NOTREACHED();
- STLDeleteContainerPointers(template_url.begin(), template_url.end());
+ base::STLDeleteContainerPointers(template_url.begin(), template_url.end());
}
void AddFavicons(const favicon_base::FaviconUsageDataList& usage) override {
« no previous file with comments | « chrome/browser/icon_manager.cc ('k') | chrome/browser/intranet_redirect_detector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698