| Index: components/mus/focus_controller.h
|
| diff --git a/components/view_manager/focus_controller.h b/components/mus/focus_controller.h
|
| similarity index 86%
|
| rename from components/view_manager/focus_controller.h
|
| rename to components/mus/focus_controller.h
|
| index 74599c53165d5ed866190cdefe48260ce9e72a90..12d2d4140a860d5b5a5cdf0773438aeaccfc37c7 100644
|
| --- a/components/view_manager/focus_controller.h
|
| +++ b/components/mus/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_VIEW_MANAGER_FOCUS_CONTROLLER_H_
|
| -#define COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_H_
|
| +#ifndef COMPONENTS_MUS_FOCUS_CONTROLLER_H_
|
| +#define COMPONENTS_MUS_FOCUS_CONTROLLER_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "components/view_manager/server_view_drawn_tracker_observer.h"
|
| +#include "components/mus/server_view_drawn_tracker_observer.h"
|
|
|
| namespace view_manager {
|
|
|
| @@ -49,4 +49,4 @@ class FocusController : public ServerViewDrawnTrackerObserver {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_H_
|
| +#endif // COMPONENTS_MUS_FOCUS_CONTROLLER_H_
|
|
|