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

Unified Diff: ash/common/system/tray/tray_popup_item_container.h

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/common/system/tray/tray_popup_item_container.h
diff --git a/ash/common/system/tray/tray_popup_item_container.h b/ash/common/system/tray/tray_popup_item_container.h
index f903f3ed0361c0089b277d4bf6fdefa7c925a486..b0b753fedb25cf39bdba4271f85eb3593d9cfb8a 100644
--- a/ash/common/system/tray/tray_popup_item_container.h
+++ b/ash/common/system/tray/tray_popup_item_container.h
@@ -20,9 +20,7 @@ class TrayPopupItemContainer : public views::View {
~TrayPopupItemContainer() override;
- bool active() {
- return active_;
- }
+ bool active() { return active_; }
private:
// Sets whether the active background is to be used, and triggers a paint.
« no previous file with comments | « ash/common/system/tray/tray_popup_header_button.cc ('k') | ash/common/system/tray/tray_popup_item_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698