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_; |