// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_FOCUS_FOCUS_MANAGER_DELEGATE_H_ #define UI_VIEWS_FOCUS_FOCUS_MANAGER_DELEGATE_H_ #include "ui/views/views_export.h" namespace ui { class Accelerator; } namespace views { // Delegate interface for views::FocusManager. class VIEWS_EXPORT FocusManagerDelegate { … }; } // namespace views #endif // UI_VIEWS_FOCUS_FOCUS_MANAGER_DELEGATE_H_