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

Unified Diff: ash/system/chromeos/label_tray_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
Index: ash/system/chromeos/label_tray_view.cc
diff --git a/ash/system/chromeos/label_tray_view.cc b/ash/system/chromeos/label_tray_view.cc
index 9569625be7217aad93b578e699eb10ef0903a68e..dc73b9e77300e4e475e6d31a13f032a30eacddd1 100644
--- a/ash/system/chromeos/label_tray_view.cc
+++ b/ash/system/chromeos/label_tray_view.cc
@@ -17,14 +17,12 @@ namespace ash {
LabelTrayView::LabelTrayView(ViewClickListener* click_listener,
int icon_resource_id)
- : click_listener_(click_listener),
- icon_resource_id_(icon_resource_id) {
+ : click_listener_(click_listener), icon_resource_id_(icon_resource_id) {
SetLayoutManager(new views::FillLayout());
SetVisible(false);
}
-LabelTrayView::~LabelTrayView() {
-}
+LabelTrayView::~LabelTrayView() {}
void LabelTrayView::SetMessage(const base::string16& message) {
if (message_ == message)
« no previous file with comments | « ash/system/chromeos/label_tray_view.h ('k') | ash/system/chromeos/media_security/multi_profile_media_tray_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698