| Index: components/mus/vm/client_connection.h
|
| diff --git a/components/mus/client_connection.h b/components/mus/vm/client_connection.h
|
| similarity index 91%
|
| rename from components/mus/client_connection.h
|
| rename to components/mus/vm/client_connection.h
|
| index 6954141d3d24d59ff89ce0e2ef7fd8e9c03320d5..ecae3a9484d9b0c55f541a67174735f17192d1e2 100644
|
| --- a/components/mus/client_connection.h
|
| +++ b/components/mus/vm/client_connection.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_CLIENT_CONNECTION_H_
|
| -#define COMPONENTS_MUS_CLIENT_CONNECTION_H_
|
| +#ifndef COMPONENTS_MUS_VM_CLIENT_CONNECTION_H_
|
| +#define COMPONENTS_MUS_VM_CLIENT_CONNECTION_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/interfaces/view_tree.mojom.h"
|
| @@ -54,4 +54,4 @@ class DefaultClientConnection : public ClientConnection {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_CLIENT_CONNECTION_H_
|
| +#endif // COMPONENTS_MUS_VM_CLIENT_CONNECTION_H_
|
|
|