Index: chrome/browser/views/accessible_toolbar_view.h |
=================================================================== |
--- chrome/browser/views/accessible_toolbar_view.h (revision 56977) |
+++ chrome/browser/views/accessible_toolbar_view.h (working copy) |
@@ -7,8 +7,8 @@ |
#pragma once |
#include "base/hash_tables.h" |
+#include "base/scoped_ptr.h" |
#include "base/task.h" |
-#include "chrome/browser/views/accessibility_event_router_views.h" |
#include "views/focus/focus_manager.h" |
#include "views/view.h" |
@@ -79,7 +79,7 @@ |
// Our custom focus search implementation that traps focus in this |
// toolbar and traverses all views that are focusable for accessibility, |
// not just those that are normally focusable. |
- views::FocusSearch focus_search_; |
+ scoped_ptr<views::FocusSearch> focus_search_; |
// Registered accelerators |
views::Accelerator home_key_; |