| Index: components/mus/vm/view_tree_host_connection.h
|
| diff --git a/components/mus/view_tree_host_connection.h b/components/mus/vm/view_tree_host_connection.h
|
| similarity index 90%
|
| rename from components/mus/view_tree_host_connection.h
|
| rename to components/mus/vm/view_tree_host_connection.h
|
| index 24ae6d18301d8b2ae14172dd8642881be9aa876b..a84fbbbab4791e019204abab10020c81ede0574a 100644
|
| --- a/components/mus/view_tree_host_connection.h
|
| +++ b/components/mus/vm/view_tree_host_connection.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_
|
| -#define COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_
|
| +#ifndef COMPONENTS_MUS_VM_VIEW_TREE_HOST_CONNECTION_H_
|
| +#define COMPONENTS_MUS_VM_VIEW_TREE_HOST_CONNECTION_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/view_tree_host.mojom.h"
|
| -#include "components/mus/view_tree_host_delegate.h"
|
| -#include "components/mus/view_tree_host_impl.h"
|
| +#include "components/mus/vm/view_tree_host_delegate.h"
|
| +#include "components/mus/vm/view_tree_host_impl.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
|
|
|
| namespace mus {
|
| @@ -79,4 +79,4 @@ class ViewTreeHostConnectionImpl : public ViewTreeHostConnection {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_
|
| +#endif // COMPONENTS_MUS_VM_VIEW_TREE_HOST_CONNECTION_H_
|
|
|