| OLD | NEW |
| 1 // Copyright (c) 2009 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 | 5 |
| 6 #ifndef VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ | 6 #ifndef VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ |
| 7 #define VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ | 7 #define VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ |
| 8 #pragma once | 8 #pragma once |
| 9 | 9 |
| 10 #include "views/controls/menu/menu_host.h" | 10 #include "views/controls/menu/menu_host.h" |
| 11 #include "views/widget/widget_win.h" | 11 #include "views/widget/widget_win.h" |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 | 56 |
| 57 // The view we contain. | 57 // The view we contain. |
| 58 SubmenuView* submenu_; | 58 SubmenuView* submenu_; |
| 59 | 59 |
| 60 DISALLOW_COPY_AND_ASSIGN(MenuHostWin); | 60 DISALLOW_COPY_AND_ASSIGN(MenuHostWin); |
| 61 }; | 61 }; |
| 62 | 62 |
| 63 } // namespace views | 63 } // namespace views |
| 64 | 64 |
| 65 #endif // VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ | 65 #endif // VIEWS_CONTROLS_MENU_MENU_HOST_WIN_H_ |
| OLD | NEW |