| Index: ash/display/display_manager.cc
|
| diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
|
| index 29eced4cc03ec6eee89c4e70a04ad674edb7a05b..031ad6aa43e523ab62c452f4f7f5802bd55c843a 100644
|
| --- a/ash/display/display_manager.cc
|
| +++ b/ash/display/display_manager.cc
|
| @@ -654,7 +654,7 @@ void DisplayManager::SetColorCalibrationProfile(
|
| void DisplayManager::OnNativeDisplaysChanged(
|
| const std::vector<DisplayInfo>& updated_displays) {
|
| if (updated_displays.empty()) {
|
| - VLOG(1) << "OnNativeDisplayChanged(0): # of current displays="
|
| + VLOG(1) << "OnNativeDisplaysChanged(0): # of current displays="
|
| << displays_.size();
|
| // If the device is booted without display, or chrome is started
|
| // without --ash-host-window-bounds on linux desktop, use the
|
|
|