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

Unified Diff: ash/common/system/tray/actionable_view.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/common/system/system_notifier.cc ('k') | ash/common/system/tray/default_system_tray_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/actionable_view.cc
diff --git a/ash/common/system/tray/actionable_view.cc b/ash/common/system/tray/actionable_view.cc
index 0e7f9b3f33e625a38c1d339bd6aac30f4148b314..0bdbabef30c1bd109c52a3cf878fec1a5212cd83 100644
--- a/ash/common/system/tray/actionable_view.cc
+++ b/ash/common/system/tray/actionable_view.cc
@@ -13,13 +13,11 @@ namespace ash {
// static
const char ActionableView::kViewClassName[] = "tray/ActionableView";
-ActionableView::ActionableView()
- : has_capture_(false) {
+ActionableView::ActionableView() : has_capture_(false) {
SetFocusBehavior(FocusBehavior::ALWAYS);
}
-ActionableView::~ActionableView() {
-}
+ActionableView::~ActionableView() {}
void ActionableView::OnPaintFocus(gfx::Canvas* canvas) {
gfx::Rect rect(GetFocusBounds());
« no previous file with comments | « ash/common/system/system_notifier.cc ('k') | ash/common/system/tray/default_system_tray_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698