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

Unified Diff: ash/system/cast/tray_cast.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/sticky_keys/sticky_keys_unittest.cc ('k') | ash/system/chromeos/audio/audio_detailed_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/cast/tray_cast.cc
diff --git a/ash/system/cast/tray_cast.cc b/ash/system/cast/tray_cast.cc
index 37c085627b0e1490f94be781301828b6766f11c5..80a2c29dea8bf269cc24d0e7fa6d9bb59bb437fc 100644
--- a/ash/system/cast/tray_cast.cc
+++ b/ash/system/cast/tray_cast.cc
@@ -68,8 +68,7 @@ namespace tray {
// actually pick the cast receiver.
class CastSelectDefaultView : public TrayItemMore {
public:
- CastSelectDefaultView(SystemTrayItem* owner,
- bool show_more);
+ CastSelectDefaultView(SystemTrayItem* owner, bool show_more);
~CastSelectDefaultView() override;
private:
@@ -160,8 +159,7 @@ CastCastView::CastCastView() {
AddChildView(stop_button_);
}
-CastCastView::~CastCastView() {
-}
+CastCastView::~CastCastView() {}
int CastCastView::GetHeightForWidth(int width) const {
// We are reusing the cached label_->bounds() calculation which was
@@ -351,8 +349,7 @@ CastTrayView::CastTrayView(SystemTrayItem* tray_item)
.ToImageSkia());
}
-CastTrayView::~CastTrayView() {
-}
+CastTrayView::~CastTrayView() {}
void CastTrayView::UpdateAlignment(ShelfAlignment alignment) {
// Center the item dependent on the orientation of the shelf.
@@ -415,8 +412,7 @@ CastDetailedView::CastDetailedView(
UpdateReceiverList(receivers_and_activities);
}
-CastDetailedView::~CastDetailedView() {
-}
+CastDetailedView::~CastDetailedView() {}
void CastDetailedView::SimulateViewClickedForTest(
const std::string& receiver_id) {
« no previous file with comments | « ash/sticky_keys/sticky_keys_unittest.cc ('k') | ash/system/chromeos/audio/audio_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698