| Index: components/mus/vm/view_tree_host_connection.cc
|
| diff --git a/components/mus/view_tree_host_connection.cc b/components/mus/vm/view_tree_host_connection.cc
|
| similarity index 92%
|
| rename from components/mus/view_tree_host_connection.cc
|
| rename to components/mus/vm/view_tree_host_connection.cc
|
| index 3991b03d2c8e83f35eedb4d3b633ca9c089165f5..7dcfbda7c475fa588c0e4cbe01a0da11e51549f4 100644
|
| --- a/components/mus/view_tree_host_connection.cc
|
| +++ b/components/mus/vm/view_tree_host_connection.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/view_tree_host_connection.h"
|
| +#include "components/mus/vm/view_tree_host_connection.h"
|
|
|
| -#include "components/mus/connection_manager.h"
|
| -#include "components/mus/view_tree_host_impl.h"
|
| +#include "components/mus/vm/connection_manager.h"
|
| +#include "components/mus/vm/view_tree_host_impl.h"
|
|
|
| namespace mus {
|
|
|
|
|