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

Side by Side Diff: chrome/browser/ui/views/browser_actions_container.h

Issue 8742030: views: Move view.h to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and fix conflicts Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_BROWSER_ACTIONS_CONTAINER_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_BROWSER_ACTIONS_CONTAINER_H_
6 #define CHROME_BROWSER_UI_VIEWS_BROWSER_ACTIONS_CONTAINER_H_ 6 #define CHROME_BROWSER_UI_VIEWS_BROWSER_ACTIONS_CONTAINER_H_
7 #pragma once 7 #pragma once
8 8
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/basictypes.h" 13 #include "base/basictypes.h"
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "chrome/browser/extensions/extension_context_menu_model.h" 16 #include "chrome/browser/extensions/extension_context_menu_model.h"
17 #include "chrome/browser/extensions/extension_toolbar_model.h" 17 #include "chrome/browser/extensions/extension_toolbar_model.h"
18 #include "chrome/browser/extensions/image_loading_tracker.h" 18 #include "chrome/browser/extensions/image_loading_tracker.h"
19 #include "chrome/browser/ui/views/extensions/browser_action_overflow_menu_contro ller.h" 19 #include "chrome/browser/ui/views/extensions/browser_action_overflow_menu_contro ller.h"
20 #include "chrome/browser/ui/views/extensions/extension_popup.h" 20 #include "chrome/browser/ui/views/extensions/extension_popup.h"
21 #include "content/public/browser/notification_observer.h" 21 #include "content/public/browser/notification_observer.h"
22 #include "content/public/browser/notification_registrar.h" 22 #include "content/public/browser/notification_registrar.h"
23 #include "ui/base/animation/animation_delegate.h" 23 #include "ui/base/animation/animation_delegate.h"
24 #include "ui/base/animation/tween.h" 24 #include "ui/base/animation/tween.h"
25 #include "ui/views/controls/button/menu_button.h" 25 #include "ui/views/controls/button/menu_button.h"
26 #include "ui/views/controls/menu/view_menu_delegate.h" 26 #include "ui/views/controls/menu/view_menu_delegate.h"
27 #include "ui/views/controls/resize_area_delegate.h" 27 #include "ui/views/controls/resize_area_delegate.h"
28 #include "ui/views/drag_controller.h" 28 #include "ui/views/drag_controller.h"
29 #include "views/view.h" 29 #include "ui/views/view.h"
30 30
31 class Browser; 31 class Browser;
32 class BrowserActionOverflowMenuController; 32 class BrowserActionOverflowMenuController;
33 class BrowserActionsContainer; 33 class BrowserActionsContainer;
34 class Extension; 34 class Extension;
35 class ExtensionAction; 35 class ExtensionAction;
36 class ExtensionPopup; 36 class ExtensionPopup;
37 class PrefService; 37 class PrefService;
38 class Profile; 38 class Profile;
39 39
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 514
515 base::WeakPtrFactory<BrowserActionsContainer> task_factory_; 515 base::WeakPtrFactory<BrowserActionsContainer> task_factory_;
516 516
517 // Handles delayed showing of the overflow menu when hovering. 517 // Handles delayed showing of the overflow menu when hovering.
518 base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_; 518 base::WeakPtrFactory<BrowserActionsContainer> show_menu_task_factory_;
519 519
520 DISALLOW_COPY_AND_ASSIGN(BrowserActionsContainer); 520 DISALLOW_COPY_AND_ASSIGN(BrowserActionsContainer);
521 }; 521 };
522 522
523 #endif // CHROME_BROWSER_UI_VIEWS_BROWSER_ACTIONS_CONTAINER_H_ 523 #endif // CHROME_BROWSER_UI_VIEWS_BROWSER_ACTIONS_CONTAINER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h ('k') | chrome/browser/ui/views/bubble/bubble.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698