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

Unified Diff: ash/display/display_animator_chromeos.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
Index: ash/display/display_animator_chromeos.cc
diff --git a/ash/display/display_animator_chromeos.cc b/ash/display/display_animator_chromeos.cc
index c61720da7d19d69cfdb18f8d3fe0cf0ee7b1adaf..6e552aa246a6365e37f40168a0b7cfac64602bc2 100644
--- a/ash/display/display_animator_chromeos.cc
+++ b/ash/display/display_animator_chromeos.cc
@@ -206,8 +206,8 @@ void DisplayAnimatorChromeOS::ClearHidingLayers() {
timer_->Stop();
timer_.reset();
}
- STLDeleteContainerPairSecondPointers(hiding_layers_.begin(),
- hiding_layers_.end());
+ base::STLDeleteContainerPairSecondPointers(hiding_layers_.begin(),
+ hiding_layers_.end());
hiding_layers_.clear();
}
« no previous file with comments | « ash/common/wm/maximize_mode/maximize_mode_window_manager.cc ('k') | ash/display/display_color_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698