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

Unified Diff: blimp/client/app/blimp_discardable_memory_allocator.cc

Issue 2233763002: blimp: Use stl utilities from the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 | blimp/net/blob_channel/blob_channel_sender_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/blimp_discardable_memory_allocator.cc
diff --git a/blimp/client/app/blimp_discardable_memory_allocator.cc b/blimp/client/app/blimp_discardable_memory_allocator.cc
index fecbf750e6efb0815bfdd37cdad9e8032a6a463b..1b06143559dcb4ca3a73a58c9c2634344e8b70e5 100644
--- a/blimp/client/app/blimp_discardable_memory_allocator.cc
+++ b/blimp/client/app/blimp_discardable_memory_allocator.cc
@@ -117,7 +117,7 @@ BlimpDiscardableMemoryAllocator::BlimpDiscardableMemoryAllocator(
BlimpDiscardableMemoryAllocator::~BlimpDiscardableMemoryAllocator() {
DCHECK_EQ(0, locked_chunks_);
- STLDeleteElements(&live_unlocked_chunks_);
+ base::STLDeleteElements(&live_unlocked_chunks_);
}
std::unique_ptr<base::DiscardableMemory>
« no previous file with comments | « no previous file | blimp/net/blob_channel/blob_channel_sender_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698