| Index: components/mus/ws/window_finder_unittest.cc
|
| diff --git a/components/mus/ws/window_finder_unittest.cc b/components/mus/ws/window_finder_unittest.cc
|
| index f38d70812067b4b067c4ff560f674df93a7ef72e..2d4d42f4159ff8e32b0c8130fcfcbeb645910a57 100644
|
| --- a/components/mus/ws/window_finder_unittest.cc
|
| +++ b/components/mus/ws/window_finder_unittest.cc
|
| @@ -27,7 +27,7 @@ TEST(WindowFinderTest, FindDeepestVisibleWindow) {
|
| child1.SetVisible(true);
|
| child1.SetBounds(gfx::Rect(10, 10, 20, 20));
|
|
|
| - ServerWindow child2(&window_delegate, WindowId(1, 3));
|
| + ServerWindow child2(&window_delegate, WindowId(1, 4));
|
| root.Add(&child2);
|
| EnableHitTest(&child2);
|
| child2.SetVisible(true);
|
|
|