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

Side by Side Diff: ui/app_list/views/app_list_menu_views.cc

Issue 467193003: ui: Remove unneeded includes of grit/ui_resources.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months 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/app_list/views/app_list_background.cc ('k') | ui/app_list/views/cached_label.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "ui/app_list/views/app_list_menu_views.h" 5 #include "ui/app_list/views/app_list_menu_views.h"
6 6
7 #include "grit/ui_resources.h"
8 #include "ui/app_list/app_list_view_delegate.h" 7 #include "ui/app_list/app_list_view_delegate.h"
9 #include "ui/base/resource/resource_bundle.h"
10 #include "ui/views/controls/button/menu_button.h" 8 #include "ui/views/controls/button/menu_button.h"
11 #include "ui/views/controls/image_view.h" 9 #include "ui/views/controls/image_view.h"
12 #include "ui/views/controls/label.h" 10 #include "ui/views/controls/label.h"
13 #include "ui/views/controls/menu/menu_config.h" 11 #include "ui/views/controls/menu/menu_config.h"
14 #include "ui/views/controls/menu/menu_item_view.h" 12 #include "ui/views/controls/menu/menu_item_view.h"
15 #include "ui/views/controls/menu/submenu_view.h" 13 #include "ui/views/controls/menu/submenu_view.h"
16 #include "ui/views/layout/grid_layout.h" 14 #include "ui/views/layout/grid_layout.h"
17 15
18 using views::MenuItemView; 16 using views::MenuItemView;
19 17
(...skipping 16 matching lines...) Expand all
36 gfx::Rect(point, gfx::Size()), 34 gfx::Rect(point, gfx::Size()),
37 views::MENU_ANCHOR_TOPRIGHT, 35 views::MENU_ANCHOR_TOPRIGHT,
38 ui::MENU_SOURCE_NONE)); 36 ui::MENU_SOURCE_NONE));
39 } 37 }
40 38
41 void AppListMenuViews::Cancel() { 39 void AppListMenuViews::Cancel() {
42 menu_runner_->Cancel(); 40 menu_runner_->Cancel();
43 } 41 }
44 42
45 } // namespace app_list 43 } // namespace app_list
OLDNEW
« no previous file with comments | « ui/app_list/views/app_list_background.cc ('k') | ui/app_list/views/cached_label.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698