| Index: components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc
|
| diff --git a/components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc b/components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc
|
| index 0845442b61b86f9f17eec7a04fb8ae79e143bf08..669baf9cde3a659bbd5e5ba9a7a782ab8236c59d 100644
|
| --- a/components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc
|
| +++ b/components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc
|
| @@ -83,7 +83,7 @@ class WindowTreeSetup {
|
| public:
|
| WindowTreeSetup() : tree_client_(&window_tree_delegate_, nullptr, nullptr) {
|
| WindowTreeClientImplPrivate(&tree_client_)
|
| - .Init(&window_tree_, mojom::WindowTree::ACCESS_POLICY_DEFAULT);
|
| + .Init(&window_tree_, mojom::WindowTree::kAccessPolicyDefault);
|
| window_tree_.GetAndClearChangeId(nullptr);
|
| }
|
|
|
|
|