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

Unified Diff: ash/wm/video_detector.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 | « ash/wm/lock_state_controller.h ('k') | ash/wm/window_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/video_detector.h
diff --git a/ash/wm/video_detector.h b/ash/wm/video_detector.h
index 0735b09d6d4da5a82509f95f5bdfeb96a6f78de8..ca1a3e5beb22d7e9edc3e1ab9c33aafb3fa8e113 100644
--- a/ash/wm/video_detector.h
+++ b/ash/wm/video_detector.h
@@ -88,7 +88,7 @@ class ASH_EXPORT VideoDetector : public aura::EnvObserver,
// Maps from a window that we're tracking to information about it.
WindowInfoMap window_infos_;
- ObserverList<VideoDetectorObserver> observers_;
+ base::ObserverList<VideoDetectorObserver> observers_;
// Last time at which we notified observers that a video was playing.
base::TimeTicks last_observer_notification_time_;
« no previous file with comments | « ash/wm/lock_state_controller.h ('k') | ash/wm/window_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698