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

Unified Diff: ui/wm/core/focus_controller_unittest.cc

Issue 771253003: Fix a minor typo: dispostion -> disposition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/focus_controller_unittest.cc
diff --git a/ui/wm/core/focus_controller_unittest.cc b/ui/wm/core/focus_controller_unittest.cc
index 6bd6091834835d66916e3085e767cbad099c56c3..6cb5604b8eefa3d859a2c22bcce69fdc2e32185a 100644
--- a/ui/wm/core/focus_controller_unittest.cc
+++ b/ui/wm/core/focus_controller_unittest.cc
@@ -971,7 +971,7 @@ class FocusControllerImplicitTestBase : public FocusControllerTestBase {
// Allow each disposition change test to add additional post-disposition
// change expectations.
- virtual void PostDispostionChangeExpectations() {}
+ virtual void PostDispositionChangeExpectations() {}
// Overridden from FocusControllerTestBase:
void BasicFocus() override {
@@ -996,7 +996,7 @@ class FocusControllerImplicitTestBase : public FocusControllerTestBase {
ChangeWindowDisposition(w2);
EXPECT_EQ(3, GetActiveWindowId());
- PostDispostionChangeExpectations();
+ PostDispositionChangeExpectations();
}
void FocusEvents() override {
aura::Window* w211 = root_window()->GetChildById(211);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698