Index: components/mus/vm/focus_controller.h |
diff --git a/components/mus/focus_controller.h b/components/mus/vm/focus_controller.h |
similarity index 87% |
rename from components/mus/focus_controller.h |
rename to components/mus/vm/focus_controller.h |
index c732a940d59970607098a7adc954cb9f55345b5c..d0c17d742fc9ab8a56b2bfd454256b34dd112a38 100644 |
--- a/components/mus/focus_controller.h |
+++ b/components/mus/vm/focus_controller.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_FOCUS_CONTROLLER_H_ |
-#define COMPONENTS_MUS_FOCUS_CONTROLLER_H_ |
+#ifndef COMPONENTS_MUS_VM_FOCUS_CONTROLLER_H_ |
+#define COMPONENTS_MUS_VM_FOCUS_CONTROLLER_H_ |
#include "base/memory/scoped_ptr.h" |
-#include "components/mus/server_view_drawn_tracker_observer.h" |
+#include "components/mus/vm/server_view_drawn_tracker_observer.h" |
namespace mus { |
@@ -49,4 +49,4 @@ class FocusController : public ServerViewDrawnTrackerObserver { |
} // namespace mus |
-#endif // COMPONENTS_MUS_FOCUS_CONTROLLER_H_ |
+#endif // COMPONENTS_MUS_VM_FOCUS_CONTROLLER_H_ |