Index: ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h |
diff --git a/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h b/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h |
index 25f37da7d813c81a1bd959da1c155fc357be057c..1bf4080e6ba0b787517002cb98dda3f68fa987a1 100644 |
--- a/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h |
+++ b/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h |
@@ -58,7 +58,7 @@ class DrmGpuPlatformSupportHost : public GpuPlatformSupportHost, |
std::vector<GpuPlatformSupportHost*> handlers_; // Not owned. |
DrmCursor* cursor_; // Not owned. |
- ObserverList<ChannelObserver> channel_observers_; |
+ base::ObserverList<ChannelObserver> channel_observers_; |
}; |
} // namespace ui |