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

Unified Diff: components/autofill/core/browser/autofill_download_manager.cc

Issue 2231753002: components: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more call site 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: components/autofill/core/browser/autofill_download_manager.cc
diff --git a/components/autofill/core/browser/autofill_download_manager.cc b/components/autofill/core/browser/autofill_download_manager.cc
index ced1711f9636ef754bcd55ba6a875b1b6759aa6a..53ac081754abbd2db91eb4bd05e0bafb9129f275 100644
--- a/components/autofill/core/browser/autofill_download_manager.cc
+++ b/components/autofill/core/browser/autofill_download_manager.cc
@@ -155,8 +155,8 @@ AutofillDownloadManager::AutofillDownloadManager(AutofillDriver* driver,
}
AutofillDownloadManager::~AutofillDownloadManager() {
- STLDeleteContainerPairFirstPointers(url_fetchers_.begin(),
- url_fetchers_.end());
+ base::STLDeleteContainerPairFirstPointers(url_fetchers_.begin(),
+ url_fetchers_.end());
}
bool AutofillDownloadManager::StartQueryRequest(
« no previous file with comments | « components/autofill/core/browser/autofill_country.cc ('k') | components/autofill/core/browser/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698