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

Unified Diff: ash/shell/context_menu.cc

Issue 2095193002: clang-format all of //ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/shell/app_list.cc ('k') | ash/shell/lock_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/context_menu.cc
diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc
index ea34813f9410cd5982eac5d1d2464a27c08d7cb4..0723b1cf66993e76a9d9fc91a5f9a5316fa4b01c 100644
--- a/ash/shell/context_menu.cc
+++ b/ash/shell/context_menu.cc
@@ -20,12 +20,10 @@ ContextMenu::ContextMenu(WmShelf* wm_shelf)
AddCheckItemWithStringId(MENU_AUTO_HIDE,
IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE);
AddSubMenuWithStringId(MENU_ALIGNMENT_MENU,
- IDS_ASH_SHELF_CONTEXT_MENU_POSITION,
- &alignment_menu_);
+ IDS_ASH_SHELF_CONTEXT_MENU_POSITION, &alignment_menu_);
}
-ContextMenu::~ContextMenu() {
-}
+ContextMenu::~ContextMenu() {}
bool ContextMenu::IsCommandIdChecked(int command_id) const {
if (command_id == MENU_AUTO_HIDE)
« no previous file with comments | « ash/shell/app_list.cc ('k') | ash/shell/lock_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698