| Index: ash/display/display_manager.cc
|
| diff --git a/ash/display/display_manager.cc b/ash/display/display_manager.cc
|
| index eceb64384d37060f47bab9a68011724ca54dba1b..30ab7fe42fe9a674c3229af56fc72676f622976b 100644
|
| --- a/ash/display/display_manager.cc
|
| +++ b/ash/display/display_manager.cc
|
| @@ -419,7 +419,7 @@ void DisplayManager::UpdateDisplays(
|
| if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
|
| DCHECK_EQ(1u, updated_display_info_list.size()) <<
|
| "Multiple display test does not work on Win8 bots. Please "
|
| - "skip (don't disable) the test using |SupportMultipleDisplay()|";
|
| + "skip (don't disable) the test using SupportsMultipleDisplays()";
|
| }
|
| #endif
|
|
|
|
|