diff options
Diffstat (limited to 'ash/wm/power_button_controller.h')
-rw-r--r-- | ash/wm/power_button_controller.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h index 00a1507..3bac34e 100644 --- a/ash/wm/power_button_controller.h +++ b/ash/wm/power_button_controller.h @@ -64,8 +64,7 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver { // Helper class used by tests to access internal state. class ASH_EXPORT TestApi { public: - explicit TestApi(PowerButtonController* controller) - : controller_(controller) {} + TestApi(PowerButtonController* controller) : controller_(controller) {} bool lock_timer_is_running() const { return controller_->lock_timer_.IsRunning(); |