| Index: components/mus/ws/window_tree_impl.h
|
| diff --git a/components/mus/ws/window_tree_impl.h b/components/mus/ws/window_tree_impl.h
|
| index 859f53ca36f63dd3389d9d201ccf094f4a3f8056..4654a9b7a221d92329b5f4f2043ce228f7bb69c8 100644
|
| --- a/components/mus/ws/window_tree_impl.h
|
| +++ b/components/mus/ws/window_tree_impl.h
|
| @@ -39,6 +39,10 @@ class TargetedEvent;
|
| class WindowTreeHostImpl;
|
| class WindowTreeTest;
|
|
|
| +namespace test {
|
| +class WindowTreeTestApi;
|
| +}
|
| +
|
| // An instance of WindowTreeImpl is created for every WindowTree request.
|
| // WindowTreeImpl tracks all the state and windows created by a client.
|
| // WindowTreeImpl coordinates with ConnectionManager to update the client (and
|
| @@ -181,7 +185,7 @@ class WindowTreeImpl : public mojom::WindowTree,
|
| bool originated_change);
|
|
|
| private:
|
| - friend class WindowTreeTest;
|
| + friend class test::WindowTreeTestApi;
|
|
|
| struct WaitingForTopLevelWindowInfo {
|
| WaitingForTopLevelWindowInfo(const ClientWindowId& client_window_id,
|
|
|