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

Unified Diff: ui/base/ime/text_input_test_support.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 | « ui/base/ime/text_input_test_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/text_input_test_support.cc
diff --git a/ui/base/ime/text_input_test_support.cc b/ui/base/ime/text_input_test_support.cc
index 0f4d964545d1baa810690c302afe213d61f8b790..254b1bc94d0c571dd90e180ff21e7d888c4fdd1a 100644
--- a/ui/base/ime/text_input_test_support.cc
+++ b/ui/base/ime/text_input_test_support.cc
@@ -16,7 +16,7 @@ TextInputTestSupport::TextInputTestSupport() {
TextInputTestSupport::~TextInputTestSupport() {
}
-void TextInputTestSupport::Initilaize() {
+void TextInputTestSupport::Initialize() {
#if defined(OS_CHROMEOS)
chromeos::DBusThreadManager::InitializeWithStub();
#endif // OS_CHROMEOS
« no previous file with comments | « ui/base/ime/text_input_test_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698