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

Unified Diff: components/drive/service/fake_drive_service.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/drive/file_write_watcher.cc ('k') | components/feedback/feedback_uploader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/service/fake_drive_service.cc
diff --git a/components/drive/service/fake_drive_service.cc b/components/drive/service/fake_drive_service.cc
index 8cdbf6986e5245a6eee79fc4aa1cc771fe0493b1..c691f1fb1627d717237c0d4c1e69d4d49f54f3d1 100644
--- a/components/drive/service/fake_drive_service.cc
+++ b/components/drive/service/fake_drive_service.cc
@@ -252,7 +252,7 @@ FakeDriveService::FakeDriveService()
FakeDriveService::~FakeDriveService() {
DCHECK(thread_checker_.CalledOnValidThread());
- STLDeleteValues(&entries_);
+ base::STLDeleteValues(&entries_);
}
bool FakeDriveService::LoadAppListForDriveApi(
« no previous file with comments | « components/drive/file_write_watcher.cc ('k') | components/feedback/feedback_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698