| Index: services/ui/ws/test_change_tracker.h
|
| diff --git a/services/ui/ws/test_change_tracker.h b/services/ui/ws/test_change_tracker.h
|
| index 8fb5b211b3661b7fcc8889091f8691756c4cecf8..3601fca285bf9719c441ef5e2da86dd0538558e1 100644
|
| --- a/services/ui/ws/test_change_tracker.h
|
| +++ b/services/ui/ws/test_change_tracker.h
|
| @@ -111,7 +111,7 @@ std::string SingleWindowDescription(const std::vector<TestWindow>& windows);
|
| std::string ChangeWindowDescription(const std::vector<Change>& changes);
|
|
|
| // Converts WindowDatas to TestWindows.
|
| -void WindowDatasToTestWindows(const mojo::Array<mojom::WindowDataPtr>& data,
|
| +void WindowDatasToTestWindows(const std::vector<mojom::WindowDataPtr>& data,
|
| std::vector<TestWindow>* test_windows);
|
|
|
| // TestChangeTracker is used to record WindowTreeClient functions. It notifies
|
|
|