diff options
Diffstat (limited to 'chrome/browser/status_view.h')
-rw-r--r-- | chrome/browser/status_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/status_view.h b/chrome/browser/status_view.h index 7fe6018..7cdeec8 100644 --- a/chrome/browser/status_view.h +++ b/chrome/browser/status_view.h @@ -60,8 +60,8 @@ class StatusView : public TabContents, private: // FocusTraversal Implementation // TODO (jcampan): make focus traversal work - ChromeViews::View* FindNextFocusableView(ChromeViews::View* starting_view, - bool reverse, bool dont_loop) { + views::View* FindNextFocusableView(views::View* starting_view, bool reverse, + bool dont_loop) { return NULL; } |