| Index: components/mus/vm/test_server_view_delegate.cc
|
| diff --git a/components/mus/test_server_view_delegate.cc b/components/mus/vm/test_server_view_delegate.cc
|
| similarity index 88%
|
| rename from components/mus/test_server_view_delegate.cc
|
| rename to components/mus/vm/test_server_view_delegate.cc
|
| index 2e927c3f67dd79bfb9d80674663adb47535090a7..132cf317043831f958a0ae4c9f48f011efc7dc79 100644
|
| --- a/components/mus/test_server_view_delegate.cc
|
| +++ b/components/mus/vm/test_server_view_delegate.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/test_server_view_delegate.h"
|
| -#include "components/mus/server_view.h"
|
| +#include "components/mus/vm/test_server_view_delegate.h"
|
| +#include "components/mus/vm/server_view.h"
|
|
|
| namespace mus {
|
|
|
|
|