| Index: services/window_manager/focus_controller.h
|
| diff --git a/services/window_manager/focus_controller.h b/services/window_manager/focus_controller.h
|
| index f2121237357d32caa8925a988bc40b8b59969c1a..20f966e5d79fa5071dac472ab0ed66dd34a3e2f8 100644
|
| --- a/services/window_manager/focus_controller.h
|
| +++ b/services/window_manager/focus_controller.h
|
| @@ -93,7 +93,7 @@ class FocusController : public ui::EventHandler, public mojo::ViewObserver {
|
| DISALLOW_COPY_AND_ASSIGN(FocusController);
|
| };
|
|
|
| -// Sets/Gets the focus controller for a root view.
|
| +// Sets/Gets the focus controller for a view.
|
| void SetFocusController(mojo::View* view, FocusController* focus_controller);
|
| FocusController* GetFocusController(mojo::View* view);
|
|
|
|
|