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

Unified Diff: ui/compositor/layer_animation_sequence.cc

Issue 1152983004: Move ObserverList to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « ui/aura/window.cc ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/layer_animation_sequence.cc
diff --git a/ui/compositor/layer_animation_sequence.cc b/ui/compositor/layer_animation_sequence.cc
index df34d46e69057473d7d9f839a715d304dedf895c..2c01a22d4c04dfb90989dc946486549b7e7f89fb 100644
--- a/ui/compositor/layer_animation_sequence.cc
+++ b/ui/compositor/layer_animation_sequence.cc
@@ -228,7 +228,7 @@ void LayerAnimationSequence::OnScheduled() {
void LayerAnimationSequence::OnAnimatorDestroyed() {
if (observers_.might_have_observers()) {
- ObserverListBase<LayerAnimationObserver>::Iterator it(&observers_);
+ base::ObserverListBase<LayerAnimationObserver>::Iterator it(&observers_);
LayerAnimationObserver* obs;
while ((obs = it.GetNext()) != NULL) {
if (!obs->RequiresNotificationWhenAnimatorDestroyed()) {
« no previous file with comments | « ui/aura/window.cc ('k') | ui/compositor/layer_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698