| Index: components/mus/public/cpp/lib/window_tree_client_delegate.cc
|
| diff --git a/components/mus/public/cpp/lib/window_tree_delegate.cc b/components/mus/public/cpp/lib/window_tree_client_delegate.cc
|
| similarity index 62%
|
| rename from components/mus/public/cpp/lib/window_tree_delegate.cc
|
| rename to components/mus/public/cpp/lib/window_tree_client_delegate.cc
|
| index 14192bd5631d6da8140f3e55840ca12c1afcb7c8..ed53012b227643ded1a0d4bb8cd60759bd5d691c 100644
|
| --- a/components/mus/public/cpp/lib/window_tree_delegate.cc
|
| +++ b/components/mus/public/cpp/lib/window_tree_client_delegate.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/public/cpp/window_tree_delegate.h"
|
| +#include "components/mus/public/cpp/window_tree_client_delegate.h"
|
|
|
| namespace mus {
|
|
|
| -void WindowTreeDelegate::OnUnembed(Window* root) {}
|
| +void WindowTreeClientDelegate::OnUnembed(Window* root) {}
|
|
|
| } // namespace mus
|
|
|