| Index: ash/display/display_manager.h
|
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
|
| index 83933bf957f869b476466287396ddb604e5cdd93..43922028afcbfbe992f4a627e3adab0a7228a18c 100644
|
| --- a/ash/display/display_manager.h
|
| +++ b/ash/display/display_manager.h
|
| @@ -225,7 +225,7 @@ class ASH_EXPORT DisplayManager
|
| const std::vector<DisplayInfo>& display_info_list);
|
|
|
| // Updates the internal display data and notifies observers about the changes.
|
| - void UpdateDisplays(const std::vector<DisplayInfo>& display_info_list);
|
| + void UpdateDisplaysWith(const std::vector<DisplayInfo>& display_info_list);
|
|
|
| // Updates current displays using current |display_info_|.
|
| void UpdateDisplays();
|
|
|