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

Unified Diff: ash/focus_cycler_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/first_run/first_run_helper_unittest.cc ('k') | ash/frame/caption_buttons/caption_button_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/focus_cycler_unittest.cc
diff --git a/ash/focus_cycler_unittest.cc b/ash/focus_cycler_unittest.cc
index 7ada4cf86616f795de4594b8c7e5605c342764a1..24d5be06450fdae7a32de9aacf93b756d8331da4 100644
--- a/ash/focus_cycler_unittest.cc
+++ b/ash/focus_cycler_unittest.cc
@@ -44,8 +44,7 @@ class PanedWidgetDelegate : public views::WidgetDelegate {
// views::WidgetDelegate.
void GetAccessiblePanes(std::vector<views::View*>* panes) override {
- std::copy(accessible_panes_.begin(),
- accessible_panes_.end(),
+ std::copy(accessible_panes_.begin(), accessible_panes_.end(),
std::back_inserter(*panes));
}
views::Widget* GetWidget() override { return widget_; };
« no previous file with comments | « ash/first_run/first_run_helper_unittest.cc ('k') | ash/frame/caption_buttons/caption_button_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698