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

Unified Diff: ui/aura/test/aura_test_base.cc

Issue 11183026: Fix type /Initilaize/Initialize/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « chrome/test/base/view_event_test_base.cc ('k') | ui/base/ime/text_input_test_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.cc
diff --git a/ui/aura/test/aura_test_base.cc b/ui/aura/test/aura_test_base.cc
index fcad3508e1a23b8cdfbdb218566373b4412b5125..0cfdbfd35520545e6dee8661f2e75c6b34b6879e 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -19,7 +19,7 @@ AuraTestBase::~AuraTestBase() {
void AuraTestBase::SetUp() {
testing::Test::SetUp();
- ui::TextInputTestSupport::Initilaize();
+ ui::TextInputTestSupport::Initialize();
// Changing the parameters for gesture recognition shouldn't cause
// tests to fail, so we use a separate set of parameters for unit
« no previous file with comments | « chrome/test/base/view_event_test_base.cc ('k') | ui/base/ime/text_input_test_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698