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

Unified Diff: ash/common/system/tray/tray_details_view_unittest.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/tray/tray_details_view.cc ('k') | ash/common/system/tray/tray_empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_details_view_unittest.cc
diff --git a/ash/common/system/tray/tray_details_view_unittest.cc b/ash/common/system/tray/tray_details_view_unittest.cc
index bc7611e803877dfade2f969f7b1be8893831b7da..c33bcf10eeb141dce2b7324b706f471069b581cd 100644
--- a/ash/common/system/tray/tray_details_view_unittest.cc
+++ b/ash/common/system/tray/tray_details_view_unittest.cc
@@ -47,9 +47,7 @@ class TestDetailsView : public TrayDetailsView,
return tray_popup_header_button_;
}
- void FocusFooter() {
- footer()->content()->RequestFocus();
- }
+ void FocusFooter() { footer()->content()->RequestFocus(); }
// ViewClickListener:
void OnViewClicked(views::View* sender) override {}
@@ -118,8 +116,8 @@ class TrayDetailsViewTest : public AshTestBase {
tray->ShowDetailedView(test_item, 0, true, BUBBLE_USE_EXISTING);
RunAllPendingInMessageLoop();
- return static_cast<HoverHighlightView*>(test_item->detailed_view()->
- footer()->content());
+ return static_cast<HoverHighlightView*>(
+ test_item->detailed_view()->footer()->content());
}
TrayPopupHeaderButton* CreateAndShowTrayPopupHeaderButton() {
« no previous file with comments | « ash/common/system/tray/tray_details_view.cc ('k') | ash/common/system/tray/tray_empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698