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

Unified Diff: ui/app_list/views/top_icon_animation_view.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 | « ui/app_list/views/app_list_view.h ('k') | ui/aura/env.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/top_icon_animation_view.h
diff --git a/ui/app_list/views/top_icon_animation_view.h b/ui/app_list/views/top_icon_animation_view.h
index 787b384e2219f8c393e7c54b905cbe3254dfc75e..eea32db0c0f3cf590dce0392acdc6330dd4610df 100644
--- a/ui/app_list/views/top_icon_animation_view.h
+++ b/ui/app_list/views/top_icon_animation_view.h
@@ -68,7 +68,7 @@ class TopIconAnimationView : public views::View,
// true: opening folder; false: closing folder.
bool open_folder_;
- ObserverList<TopIconAnimationObserver> observers_;
+ base::ObserverList<TopIconAnimationObserver> observers_;
DISALLOW_COPY_AND_ASSIGN(TopIconAnimationView);
};
« no previous file with comments | « ui/app_list/views/app_list_view.h ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698