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

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

Issue 8735009: views: Move some random files 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
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 VIEWS_CONTEXT_MENU_CONTROLLER_H_ 5 #ifndef UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_
6 #define 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 "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;
(...skipping 20 matching lines...) Expand all
37 virtual void ShowContextMenuForView(View* source, 37 virtual void ShowContextMenuForView(View* source,
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 // VIEWS_CONTEXT_MENU_CONTROLLER_H_ 47 #endif // UI_VIEWS_CONTEXT_MENU_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ui/aura_shell/examples/window_type_launcher.h ('k') | ui/views/controls/menu/menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698