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

Unified Diff: ash/accelerators/magnifier_key_scroller.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
« no previous file with comments | « ash/accelerators/key_hold_detector.cc ('k') | ash/accelerators/magnifier_key_scroller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/accelerators/magnifier_key_scroller.h
diff --git a/ash/accelerators/magnifier_key_scroller.h b/ash/accelerators/magnifier_key_scroller.h
index eeea84b502c87444f7733230f16cfb00404bdc93..63697171ea04c71cf9b12cc06aafdb728d7c2620 100644
--- a/ash/accelerators/magnifier_key_scroller.h
+++ b/ash/accelerators/magnifier_key_scroller.h
@@ -28,12 +28,8 @@ class ASH_EXPORT MagnifierKeyScroller : public KeyHoldDetector::Delegate {
// A scoped object to enable and disable the magnifier accelerator for test.
class ScopedEnablerForTest {
public:
- ScopedEnablerForTest() {
- SetEnabled(true);
- }
- ~ScopedEnablerForTest() {
- SetEnabled(false);
- }
+ ScopedEnablerForTest() { SetEnabled(true); }
+ ~ScopedEnablerForTest() { SetEnabled(false); }
private:
DISALLOW_COPY_AND_ASSIGN(ScopedEnablerForTest);
« no previous file with comments | « ash/accelerators/key_hold_detector.cc ('k') | ash/accelerators/magnifier_key_scroller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698