| Index: services/ui/ws/display_manager.h
|
| diff --git a/services/ui/ws/display_manager.h b/services/ui/ws/display_manager.h
|
| index 4fe8c9cad855b32a89073f757229d42343ea179f..99bf8207c497a84a69620a0747f44ca67200745b 100644
|
| --- a/services/ui/ws/display_manager.h
|
| +++ b/services/ui/ws/display_manager.h
|
| @@ -56,7 +56,7 @@ class DisplayManager : public UserIdTrackerObserver,
|
| std::set<const Display*> displays() const;
|
|
|
| // Notifies when something about the Display changes.
|
| - void OnDisplayUpdate(const display::Display& display);
|
| + void OnDisplayUpdated(const display::Display& display);
|
|
|
| // Returns the Display that contains |window|, or null if |window| is not
|
| // attached to a display.
|
|
|