diff options
Diffstat (limited to 'chrome/views/focus_manager_unittest.cc')
-rw-r--r-- | chrome/views/focus_manager_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/views/focus_manager_unittest.cc b/chrome/views/focus_manager_unittest.cc index 30f7e85..edbb403 100644 --- a/chrome/views/focus_manager_unittest.cc +++ b/chrome/views/focus_manager_unittest.cc @@ -175,7 +175,7 @@ class TestViewWindow : public views::WidgetWin { void Init(); views::View* contents() const { return contents_; } - + // Return the ID of the component that currently has the focus. int GetFocusedComponentID(); |