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

Side by Side Diff: chrome/browser/ui/views/toolbar/toolbar_view.h

Issue 865203004: Clenaup/ Remove unwanted includes from toolbar_view.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_
7 7
8 #include <set>
9 #include <string>
10
11 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
12 #include "base/observer_list.h" 9 #include "base/observer_list.h"
13 #include "base/prefs/pref_member.h" 10 #include "base/prefs/pref_member.h"
14 #include "chrome/browser/command_observer.h" 11 #include "chrome/browser/command_observer.h"
15 #include "chrome/browser/ui/toolbar/back_forward_menu_model.h" 12 #include "chrome/browser/ui/toolbar/back_forward_menu_model.h"
16 #include "chrome/browser/ui/toolbar/wrench_menu_badge_controller.h" 13 #include "chrome/browser/ui/toolbar/wrench_menu_badge_controller.h"
17 #include "chrome/browser/ui/views/location_bar/location_bar_view.h" 14 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
18 #include "ui/base/accelerators/accelerator.h" 15 #include "ui/base/accelerators/accelerator.h"
19 #include "ui/views/accessible_pane_view.h" 16 #include "ui/views/accessible_pane_view.h"
20 #include "ui/views/controls/button/menu_button.h" 17 #include "ui/views/controls/button/menu_button.h"
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 252
256 // A list of listeners to call when the menu opens. 253 // A list of listeners to call when the menu opens.
257 ObserverList<views::MenuListener> menu_listeners_; 254 ObserverList<views::MenuListener> menu_listeners_;
258 255
259 content::NotificationRegistrar registrar_; 256 content::NotificationRegistrar registrar_;
260 257
261 DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarView); 258 DISALLOW_IMPLICIT_CONSTRUCTORS(ToolbarView);
262 }; 259 };
263 260
264 #endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_ 261 #endif // CHROME_BROWSER_UI_VIEWS_TOOLBAR_TOOLBAR_VIEW_H_
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698