| Index: components/mus/focus_controller_delegate.h
|
| diff --git a/components/view_manager/focus_controller_delegate.h b/components/mus/focus_controller_delegate.h
|
| similarity index 71%
|
| rename from components/view_manager/focus_controller_delegate.h
|
| rename to components/mus/focus_controller_delegate.h
|
| index ac2eeab31c14749c5cf658505df88ac11e37e8ed..a5be3c63c3423bf884e903403333acfe1725f7c0 100644
|
| --- a/components/view_manager/focus_controller_delegate.h
|
| +++ b/components/mus/focus_controller_delegate.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_VIEW_MANAGER_FOCUS_CONTROLLER_DELEGATE_H_
|
| -#define COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_DELEGATE_H_
|
| +#ifndef COMPONENTS_MUS_FOCUS_CONTROLLER_DELEGATE_H_
|
| +#define COMPONENTS_MUS_FOCUS_CONTROLLER_DELEGATE_H_
|
|
|
| namespace view_manager {
|
|
|
| @@ -20,4 +20,4 @@ class FocusControllerDelegate {
|
|
|
| } // namespace view_manager
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_FOCUS_CONTROLLER_DELEGATE_H_
|
| +#endif // COMPONENTS_MUS_FOCUS_CONTROLLER_DELEGATE_H_
|
|
|