| Index: components/mus/vm/test_server_view_delegate.h
|
| diff --git a/components/mus/test_server_view_delegate.h b/components/mus/vm/test_server_view_delegate.h
|
| similarity index 79%
|
| rename from components/mus/test_server_view_delegate.h
|
| rename to components/mus/vm/test_server_view_delegate.h
|
| index 7509326a87c883b1afc3a547e7790e324f621efe..675a0ccafae64f8c825ee9e7dbe098fa74b57fe6 100644
|
| --- a/components/mus/test_server_view_delegate.h
|
| +++ b/components/mus/vm/test_server_view_delegate.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_TEST_SERVER_VIEW_DELEGATE_H_
|
| -#define COMPONENTS_MUS_TEST_SERVER_VIEW_DELEGATE_H_
|
| +#ifndef COMPONENTS_MUS_VM_TEST_SERVER_VIEW_DELEGATE_H_
|
| +#define COMPONENTS_MUS_VM_TEST_SERVER_VIEW_DELEGATE_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "components/mus/server_view_delegate.h"
|
| +#include "components/mus/vm/server_view_delegate.h"
|
|
|
| namespace mus {
|
|
|
| @@ -32,4 +32,4 @@ class TestServerViewDelegate : public ServerViewDelegate {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_TEST_SERVER_VIEW_DELEGATE_H_
|
| +#endif // COMPONENTS_MUS_VM_TEST_SERVER_VIEW_DELEGATE_H_
|
|
|