| Index: components/mus/ws/test_utils.cc
|
| diff --git a/components/mus/ws/test_utils.cc b/components/mus/ws/test_utils.cc
|
| index 55dc179e8b3cf427cee2dbc20ec6363fd17ee545..a02b67512618b1e66895f7e566db9b8444531224 100644
|
| --- a/components/mus/ws/test_utils.cc
|
| +++ b/components/mus/ws/test_utils.cc
|
| @@ -247,8 +247,8 @@ void TestWindowTreeBinding::SetIncomingMethodCallProcessingPaused(bool paused) {
|
| TestConnectionManagerDelegate::TestConnectionManagerDelegate() {}
|
| TestConnectionManagerDelegate::~TestConnectionManagerDelegate() {}
|
|
|
| -void TestConnectionManagerDelegate::OnNoMoreRootConnections() {
|
| - got_on_no_more_connections_ = true;
|
| +void TestConnectionManagerDelegate::OnNoMoreDisplays() {
|
| + got_on_no_more_displays_ = true;
|
| }
|
|
|
| scoped_ptr<WindowTreeBinding>
|
|
|