Index: components/mus/vm/display_manager.h |
diff --git a/components/mus/display_manager.h b/components/mus/vm/display_manager.h |
similarity index 96% |
rename from components/mus/display_manager.h |
rename to components/mus/vm/display_manager.h |
index 6b369d4e29b196dae52140faf6e2472aa8743b42..14d973ebc0facda7c35257232027eb311bd040e3 100644 |
--- a/components/mus/display_manager.h |
+++ b/components/mus/vm/display_manager.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_DISPLAY_MANAGER_H_ |
-#define COMPONENTS_MUS_DISPLAY_MANAGER_H_ |
+#ifndef COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_ |
+#define COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_ |
#include <map> |
@@ -11,9 +11,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/timer/timer.h" |
-#include "components/mus/display_manager_delegate.h" |
#include "components/mus/public/interfaces/view_tree.mojom.h" |
#include "components/mus/surfaces/top_level_display_client.h" |
+#include "components/mus/vm/display_manager_delegate.h" |
#include "third_party/mojo/src/mojo/public/cpp/bindings/callback.h" |
#include "ui/gfx/geometry/rect.h" |
#include "ui/platform_window/platform_window_delegate.h" |
@@ -146,4 +146,4 @@ class DefaultDisplayManager : public DisplayManager, |
} // namespace mus |
-#endif // COMPONENTS_MUS_DISPLAY_MANAGER_H_ |
+#endif // COMPONENTS_MUS_VM_DISPLAY_MANAGER_H_ |