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

Unified Diff: ash/accelerators/magnifier_key_scroller_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/accelerators/magnifier_key_scroller.cc ('k') | ash/accelerators/spoken_feedback_toggler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/magnifier_key_scroller_unittest.cc
diff --git a/ash/accelerators/magnifier_key_scroller_unittest.cc b/ash/accelerators/magnifier_key_scroller_unittest.cc
index b624d5fa11e7c9e33cfaeb458d7b9c403723061e..15439aee59f13fd26114d82f4f1733d381b1bdfe 100644
--- a/ash/accelerators/magnifier_key_scroller_unittest.cc
+++ b/ash/accelerators/magnifier_key_scroller_unittest.cc
@@ -22,8 +22,8 @@ class KeyEventDelegate : public aura::test::TestWindowDelegate {
// ui::EventHandler overrides:
void OnKeyEvent(ui::KeyEvent* event) override {
- key_event.reset(new ui::KeyEvent(
- event->type(), event->key_code(), event->flags()));
+ key_event.reset(
+ new ui::KeyEvent(event->type(), event->key_code(), event->flags()));
}
const ui::KeyEvent* event() const { return key_event.get(); }
« no previous file with comments | « ash/accelerators/magnifier_key_scroller.cc ('k') | ash/accelerators/spoken_feedback_toggler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698