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

Unified Diff: blimp/net/blob_channel/blob_channel_sender_impl.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 | « blimp/client/app/blimp_discardable_memory_allocator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/net/blob_channel/blob_channel_sender_impl.cc
diff --git a/blimp/net/blob_channel/blob_channel_sender_impl.cc b/blimp/net/blob_channel/blob_channel_sender_impl.cc
index 84dec6ccac70d8164800d56a0addeccfaab74349..7baf09fec2051b24b1dfeb51a53c1a73af44ba5d 100644
--- a/blimp/net/blob_channel/blob_channel_sender_impl.cc
+++ b/blimp/net/blob_channel/blob_channel_sender_impl.cc
@@ -31,7 +31,7 @@ BlobChannelSenderImpl::GetCachedBlobIds() const {
CacheStateEntry next_output;
next_output.id = cached_id;
next_output.was_delivered =
- ContainsKey(receiver_cache_contents_, cached_id);
+ base::ContainsKey(receiver_cache_contents_, cached_id);
output.push_back(next_output);
}
return output;
« no previous file with comments | « blimp/client/app/blimp_discardable_memory_allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698