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

Unified Diff: chrome/browser/spellchecker/spelling_service_client.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
Index: chrome/browser/spellchecker/spelling_service_client.cc
diff --git a/chrome/browser/spellchecker/spelling_service_client.cc b/chrome/browser/spellchecker/spelling_service_client.cc
index ea3671d838de81d74d304386f3afeae514937a2b..be81257ea7a97823b2a64b041d2cb6ce70ace399 100644
--- a/chrome/browser/spellchecker/spelling_service_client.cc
+++ b/chrome/browser/spellchecker/spelling_service_client.cc
@@ -50,8 +50,8 @@ SpellingServiceClient::SpellingServiceClient() {
}
SpellingServiceClient::~SpellingServiceClient() {
- STLDeleteContainerPairPointers(spellcheck_fetchers_.begin(),
- spellcheck_fetchers_.end());
+ base::STLDeleteContainerPairPointers(spellcheck_fetchers_.begin(),
+ spellcheck_fetchers_.end());
}
bool SpellingServiceClient::RequestTextCheck(
« no previous file with comments | « chrome/browser/site_per_process_interactive_browsertest.cc ('k') | chrome/browser/sync/test/integration/sessions_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698