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

Unified Diff: ash/wm/workspace/multi_window_resize_controller_unittest.cc

Issue 2237433002: ash: 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 | « ash/wm/system_modal_container_layout_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/multi_window_resize_controller_unittest.cc
diff --git a/ash/wm/workspace/multi_window_resize_controller_unittest.cc b/ash/wm/workspace/multi_window_resize_controller_unittest.cc
index c3f5fbcdb274a1bb03d91f12fc7d6c6d03c25403..305f82bc2428a8ba615cafc3f20ce68e68af8cb1 100644
--- a/ash/wm/workspace/multi_window_resize_controller_unittest.cc
+++ b/ash/wm/workspace/multi_window_resize_controller_unittest.cc
@@ -89,7 +89,8 @@ class MultiWindowResizeControllerTest : public test::AshTestBase {
if ((resize_controller_->windows_.window1 == wm_window ||
resize_controller_->windows_.window2 == wm_window))
return true;
- return ContainsValue(resize_controller_->windows_.other_windows, wm_window);
+ return base::ContainsValue(resize_controller_->windows_.other_windows,
+ wm_window);
}
bool IsOverWindows(const gfx::Point& loc) {
« no previous file with comments | « ash/wm/system_modal_container_layout_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698