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

Unified Diff: ash/wm/lock_state_controller.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/wm/lock_layout_manager_unittest.cc ('k') | ash/wm/lock_state_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_state_controller.h
diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h
index f681127ecc882d329ebf6de294180320c2375cf7..d7d77deb006a18aa6bb376a3b323bb471cc658cf 100644
--- a/ash/wm/lock_state_controller.h
+++ b/ash/wm/lock_state_controller.h
@@ -114,9 +114,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
bool real_shutdown_timer_is_running() const {
return controller_->real_shutdown_timer_.IsRunning();
}
- bool is_animating_lock() const {
- return controller_->animating_lock_;
- }
+ bool is_animating_lock() const { return controller_->animating_lock_; }
bool is_lock_cancellable() const {
return controller_->CanCancelLockAnimation();
}
@@ -258,7 +256,7 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
void CancelPreLockAnimation();
void StartPostLockAnimation();
// This method calls |callback| when animation completes.
- void StartUnlockAnimationBeforeUIDestroyed(base::Closure &callback);
+ void StartUnlockAnimationBeforeUIDestroyed(base::Closure& callback);
void StartUnlockAnimationAfterUIDestroyed();
// These methods are called when corresponding animation completes.
« no previous file with comments | « ash/wm/lock_layout_manager_unittest.cc ('k') | ash/wm/lock_state_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698