Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Unified Diff: chrome/browser/views/accessible_toolbar_view.h

Issue 3202003: Some minor fixes to remove unnecessary includes and do fwd declaration instea... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/views/accessibility_event_router_views.cc ('k') | chrome/browser/views/accessible_toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698