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

Side by Side Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 5046002: Cleanup: Include browser.h -> ui/browser.h [Part 2]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_FRAME_BROWSER_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map> 9 #include <map>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "app/menus/simple_menu_model.h" 13 #include "app/menus/simple_menu_model.h"
14 #include "base/scoped_ptr.h" 14 #include "base/scoped_ptr.h"
15 #include "base/timer.h" 15 #include "base/timer.h"
16 #include "build/build_config.h" 16 #include "build/build_config.h"
17 #include "chrome/browser/browser.h"
18 #include "chrome/browser/browser_window.h" 17 #include "chrome/browser/browser_window.h"
19 #include "chrome/browser/tabs/tab_strip_model_observer.h" 18 #include "chrome/browser/tabs/tab_strip_model_observer.h"
19 #include "chrome/browser/ui/browser.h"
20 #include "chrome/browser/views/frame/browser_bubble_host.h" 20 #include "chrome/browser/views/frame/browser_bubble_host.h"
21 #include "chrome/browser/views/frame/browser_frame.h" 21 #include "chrome/browser/views/frame/browser_frame.h"
22 #include "chrome/browser/views/infobars/infobar_container.h" 22 #include "chrome/browser/views/infobars/infobar_container.h"
23 #include "chrome/browser/views/tabs/tab_strip.h" 23 #include "chrome/browser/views/tabs/tab_strip.h"
24 #include "chrome/browser/views/tabs/base_tab_strip.h" 24 #include "chrome/browser/views/tabs/base_tab_strip.h"
25 #include "chrome/browser/views/unhandled_keyboard_event_handler.h" 25 #include "chrome/browser/views/unhandled_keyboard_event_handler.h"
26 #include "chrome/common/notification_registrar.h" 26 #include "chrome/common/notification_registrar.h"
27 #include "gfx/native_widget_types.h" 27 #include "gfx/native_widget_types.h"
28 #include "views/window/client_view.h" 28 #include "views/window/client_view.h"
29 #include "views/window/window_delegate.h" 29 #include "views/window/window_delegate.h"
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_; 646 UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
647 647
648 scoped_ptr<AccessibleViewHelper> accessible_view_helper_; 648 scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
649 649
650 NotificationRegistrar registrar_; 650 NotificationRegistrar registrar_;
651 651
652 DISALLOW_COPY_AND_ASSIGN(BrowserView); 652 DISALLOW_COPY_AND_ASSIGN(BrowserView);
653 }; 653 };
654 654
655 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_ 655 #endif // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698