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

Unified Diff: ash/wm/lock_state_controller_unittest.cc

Issue 1351363002: Fix the typo "visibility". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | ash/wm/window_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_state_controller_unittest.cc
diff --git a/ash/wm/lock_state_controller_unittest.cc b/ash/wm/lock_state_controller_unittest.cc
index fa2485654b8c6dda55612186c2252b7e24ee9d94..a9a13875b7be687a8835ea384cc44ddc4d5a8aca 100644
--- a/ash/wm/lock_state_controller_unittest.cc
+++ b/ash/wm/lock_state_controller_unittest.cc
@@ -960,7 +960,7 @@ TEST_F(LockStateControllerTest, TestHiddenBackgroundLockCancel) {
Advance(SessionStateAnimator::ANIMATION_SPEED_UNDO_MOVE_WINDOWS);
// When the CancelPrelockAnimation sequence finishes it queues up a
- // restore background visibilty sequence when the background is hidden.
+ // restore background visibility sequence when the background is hidden.
ExpectRestoringBackgroundVisibility();
Advance(SessionStateAnimator::ANIMATION_SPEED_IMMEDIATE);
@@ -1010,7 +1010,7 @@ TEST_F(LockStateControllerTest, TestHiddenBackgroundLockUnlock) {
Advance(SessionStateAnimator::ANIMATION_SPEED_MOVE_WINDOWS);
// When the StartUnlockAnimationAfterUIDestroyed sequence finishes it queues
- // up a restore background visibilty sequence when the background is hidden.
+ // up a restore background visibility sequence when the background is hidden.
ExpectRestoringBackgroundVisibility();
Advance(SessionStateAnimator::ANIMATION_SPEED_IMMEDIATE);
« no previous file with comments | « no previous file | ash/wm/window_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698