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

Unified Diff: components/view_manager/animation_runner.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
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 | « components/user_manager/user_manager_base.h ('k') | components/view_manager/public/cpp/lib/view_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/animation_runner.h
diff --git a/components/view_manager/animation_runner.h b/components/view_manager/animation_runner.h
index 99a169e31eacded3d887a97aa3e58bec613c5bd3..547190ef825b03b726082e967ce599b98a6a47cd 100644
--- a/components/view_manager/animation_runner.h
+++ b/components/view_manager/animation_runner.h
@@ -100,7 +100,7 @@ class AnimationRunner {
base::TimeTicks last_tick_time_;
- ObserverList<AnimationRunnerObserver> observers_;
+ base::ObserverList<AnimationRunnerObserver> observers_;
ViewToAnimationMap view_to_animation_map_;
« no previous file with comments | « components/user_manager/user_manager_base.h ('k') | components/view_manager/public/cpp/lib/view_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698