diff options
Diffstat (limited to 'ui/display/chromeos/x11/native_display_delegate_x11.h')
-rw-r--r-- | ui/display/chromeos/x11/native_display_delegate_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h index d201e5a..fadcf56 100644 --- a/ui/display/chromeos/x11/native_display_delegate_x11.h +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h @@ -163,7 +163,7 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate { scoped_ptr<NativeDisplayEventDispatcherX11> platform_event_dispatcher_; // List of observers waiting for display configuration change events. - ObserverList<NativeDisplayObserver> observers_; + base::ObserverList<NativeDisplayObserver> observers_; // A background color used during boot time + multi displays. uint32_t background_color_argb_; |