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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.cc

Issue 2228403003: content: 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 | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/layout_test/blink_test_controller.cc
diff --git a/content/shell/browser/layout_test/blink_test_controller.cc b/content/shell/browser/layout_test/blink_test_controller.cc
index 9aca502cd1995794db6989e01544b27220b6325b..4e6a1ede9a1c663d8708e5f09251d95a3ebad156 100644
--- a/content/shell/browser/layout_test/blink_test_controller.cc
+++ b/content/shell/browser/layout_test/blink_test_controller.cc
@@ -597,7 +597,8 @@ void BlinkTestController::HandleNewRenderFrameHost(RenderFrameHost* frame) {
}
// Is this the 1st time this renderer contains parts of the main test window?
- if (main_window && !ContainsKey(main_window_render_process_hosts_, process)) {
+ if (main_window &&
+ !base::ContainsKey(main_window_render_process_hosts_, process)) {
main_window_render_process_hosts_.insert(process);
// Make sure the new renderer process has a test configuration shared with
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698