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

Unified Diff: components/drive/chromeos/directory_loader.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
« no previous file with comments | « components/domain_reliability/uploader.cc ('k') | components/drive/file_write_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/chromeos/directory_loader.cc
diff --git a/components/drive/chromeos/directory_loader.cc b/components/drive/chromeos/directory_loader.cc
index 17acdd2348cb38e76758eab1950ddf98e0593675..224b9f19a8219c86e80ee5db7a1941d137c9fee4 100644
--- a/components/drive/chromeos/directory_loader.cc
+++ b/components/drive/chromeos/directory_loader.cc
@@ -209,7 +209,7 @@ DirectoryLoader::DirectoryLoader(
}
DirectoryLoader::~DirectoryLoader() {
- STLDeleteElements(&fast_fetch_feed_fetcher_set_);
+ base::STLDeleteElements(&fast_fetch_feed_fetcher_set_);
}
void DirectoryLoader::AddObserver(ChangeListLoaderObserver* observer) {
« no previous file with comments | « components/domain_reliability/uploader.cc ('k') | components/drive/file_write_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698