Index: components/mus/vm/server_view.h |
diff --git a/components/mus/server_view.h b/components/mus/vm/server_view.h |
similarity index 96% |
rename from components/mus/server_view.h |
rename to components/mus/vm/server_view.h |
index 161c78c1ae4cef6aba3c59f2c126fb076c33caa6..d72a68f03425e75e8b83afd81e488a2985ee41bf 100644 |
--- a/components/mus/server_view.h |
+++ b/components/mus/vm/server_view.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_SERVER_VIEW_H_ |
-#define COMPONENTS_MUS_SERVER_VIEW_H_ |
+#ifndef COMPONENTS_MUS_VM_SERVER_VIEW_H_ |
+#define COMPONENTS_MUS_VM_SERVER_VIEW_H_ |
#include <vector> |
@@ -13,8 +13,8 @@ |
#include "cc/surfaces/surface_factory_client.h" |
#include "cc/surfaces/surface_id.h" |
#include "cc/surfaces/surface_id_allocator.h" |
-#include "components/mus/ids.h" |
#include "components/mus/public/interfaces/view_tree.mojom.h" |
+#include "components/mus/vm/ids.h" |
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/gfx/transform.h" |
@@ -152,4 +152,4 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient { |
} // namespace mus |
-#endif // COMPONENTS_MUS_SERVER_VIEW_H_ |
+#endif // COMPONENTS_MUS_VM_SERVER_VIEW_H_ |