| Index: ui/display/chromeos/display_configurator.h
|
| diff --git a/ui/display/chromeos/display_configurator.h b/ui/display/chromeos/display_configurator.h
|
| index 309c92331c02b2fcf3de38ea8a4ebe2b96e681db..08d4e7928aac3423b43f350c8e486e78ec734aa1 100644
|
| --- a/ui/display/chromeos/display_configurator.h
|
| +++ b/ui/display/chromeos/display_configurator.h
|
| @@ -389,7 +389,7 @@ class DISPLAY_EXPORT DisplayConfigurator : public NativeDisplayObserver {
|
| // Most-recently-used framebuffer size.
|
| gfx::Size framebuffer_size_;
|
|
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| // The timer to delay configuring displays. This is used to aggregate multiple
|
| // display configuration events when they are reported in short time spans.
|
|
|