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

Unified Diff: ash/common/system/chromeos/tray_tracing.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/chromeos/tray_tracing.h ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/tray_tracing.cc
diff --git a/ash/common/system/chromeos/tray_tracing.cc b/ash/common/system/chromeos/tray_tracing.cc
index 4f88001b78e72f9b9b77e553c8e0eb413782e9c7..85ccf566ab78319b0fca3ebd803a12bbba982db4 100644
--- a/ash/common/system/chromeos/tray_tracing.cc
+++ b/ash/common/system/chromeos/tray_tracing.cc
@@ -25,10 +25,9 @@ namespace tray {
class DefaultTracingView : public ActionableView {
public:
DefaultTracingView() {
- SetLayoutManager(new views::BoxLayout(
- views::BoxLayout::kHorizontal,
- kTrayPopupPaddingHorizontal, 0,
- kTrayPopupPaddingBetweenItems));
+ SetLayoutManager(new views::BoxLayout(views::BoxLayout::kHorizontal,
+ kTrayPopupPaddingHorizontal, 0,
+ kTrayPopupPaddingBetweenItems));
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance();
image_ = new FixedSizedImageView(0, kTrayPopupItemHeight);
@@ -64,8 +63,7 @@ class DefaultTracingView : public ActionableView {
// ash::TrayTracing
TrayTracing::TrayTracing(SystemTray* system_tray)
- : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_TRACING),
- default_(NULL) {
+ : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_TRACING), default_(NULL) {
DCHECK(system_tray);
WmShell::Get()->system_tray_notifier()->AddTracingObserver(this);
}
@@ -98,8 +96,7 @@ void TrayTracing::DestroyDefaultView() {
default_ = NULL;
}
-void TrayTracing::DestroyDetailedView() {
-}
+void TrayTracing::DestroyDetailedView() {}
void TrayTracing::OnTracingModeChanged(bool value) {
SetTrayIconVisible(value);
« no previous file with comments | « ash/common/system/chromeos/tray_tracing.h ('k') | ash/common/system/date/date_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698