| Index: ui/display/chromeos/x11/native_display_delegate_x11.h
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| index 4a0f1e3f67a9ef204634e29f334ee2f9be3d500c..46022b91cb18b1db5d3b847c5815a7e43fd5a642 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -162,7 +162,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_;
|
|
|