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

Side by Side Diff: ui/views/context_menu_controller.h

Issue 8771006: views: Move the remaining file from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « ui/views/bubble/bubble_border.h ('k') | ui/views/controls/button/menu_button.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_ 5 #ifndef UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_
6 #define UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_ 6 #define UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "views/views_export.h" 9 #include "ui/views/views_export.h"
10 10
11 namespace gfx { 11 namespace gfx {
12 class Point; 12 class Point;
13 } 13 }
14 14
15 namespace views { 15 namespace views {
16 class View; 16 class View;
17 17
18 // ContextMenuController is responsible for showing the context menu for a 18 // ContextMenuController is responsible for showing the context menu for a
19 // View. To use a ContextMenuController invoke set_context_menu_controller on a 19 // View. To use a ContextMenuController invoke set_context_menu_controller on a
(...skipping 18 matching lines...) Expand all
38 const gfx::Point& p, 38 const gfx::Point& p,
39 bool is_mouse_gesture) = 0; 39 bool is_mouse_gesture) = 0;
40 40
41 protected: 41 protected:
42 virtual ~ContextMenuController() {} 42 virtual ~ContextMenuController() {}
43 }; 43 };
44 44
45 } // namespace views 45 } // namespace views
46 46
47 #endif // UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_ 47 #endif // UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ui/views/bubble/bubble_border.h ('k') | ui/views/controls/button/menu_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698