| Index: ui/aura/monitor_change_observer_x11.h
|
| diff --git a/ui/aura/monitor_change_observer_x11.h b/ui/aura/monitor_change_observer_x11.h
|
| index 45ff332530654e372811055cfca3cb85882c3a90..416086043b3e9ff193999d933a7be946dad9b5b1 100644
|
| --- a/ui/aura/monitor_change_observer_x11.h
|
| +++ b/ui/aura/monitor_change_observer_x11.h
|
| @@ -27,9 +27,9 @@ class MonitorChangeObserverX11 : public MessageLoop::Dispatcher {
|
| // Overridden from Dispatcher overrides:
|
| virtual bool Dispatch(const base::NativeEvent& xev) OVERRIDE;
|
|
|
| - // Reads monitor configurations from the system and notifies
|
| + // Reads display configurations from the system and notifies
|
| // |monitor_manager_| about the change.
|
| - void NotifyMonitorChange();
|
| + void NotifyDisplayChange();
|
|
|
| private:
|
| Display* xdisplay_;
|
|
|