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

Unified Diff: third_party/libaddressinput/chromium/chrome_metadata_source.cc

Issue 2232743003: third_party/libaddressinput: 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 | « no previous file | third_party/libaddressinput/chromium/json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libaddressinput/chromium/chrome_metadata_source.cc
diff --git a/third_party/libaddressinput/chromium/chrome_metadata_source.cc b/third_party/libaddressinput/chromium/chrome_metadata_source.cc
index c54f129fe1809c3a1a12c489f3ee20615a51e31b..af0dde25579b9b0c3121012d8d31854d4fb6b58a 100644
--- a/third_party/libaddressinput/chromium/chrome_metadata_source.cc
+++ b/third_party/libaddressinput/chromium/chrome_metadata_source.cc
@@ -59,7 +59,7 @@ ChromeMetadataSource::ChromeMetadataSource(
getter_(getter) {}
ChromeMetadataSource::~ChromeMetadataSource() {
- STLDeleteValues(&requests_);
+ base::STLDeleteValues(&requests_);
}
void ChromeMetadataSource::Get(const std::string& key,
« no previous file with comments | « no previous file | third_party/libaddressinput/chromium/json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698