Index: services/window_manager/focus_controller.cc |
diff --git a/services/window_manager/focus_controller.cc b/services/window_manager/focus_controller.cc |
index 07c26a98893074a58b11797266d1a57e0b1f2963..560c441ec663d12f97698a2e9c4c0710c9dca1a0 100644 |
--- a/services/window_manager/focus_controller.cc |
+++ b/services/window_manager/focus_controller.cc |
@@ -146,7 +146,7 @@ void FocusController::OnGestureEvent(ui::GestureEvent* event) { |
} |
//////////////////////////////////////////////////////////////////////////////// |
-// FocusController, aura::WindowObserver implementation: |
+// FocusController, mojo::ViewObserver implementation: |
void FocusController::OnViewVisibilityChanged(View* view) { |
bool visible = view->visible(); |