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

Unified Diff: ui/base/ime/input_method_factory.h

Issue 13925020: keyboard: Add a test suite for the tests, and initialize all the UI things properly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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/browser/chromeos/input_method/textinput_test_helper.cc ('k') | ui/base/ime/input_method_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_factory.h
diff --git a/ui/base/ime/input_method_factory.h b/ui/base/ime/input_method_factory.h
index 0543edc0da4c0a6a0111428bf7b987fa925d8e69..356dba317d44fc1a9797c17681385efb5cd8f44a 100644
--- a/ui/base/ime/input_method_factory.h
+++ b/ui/base/ime/input_method_factory.h
@@ -23,7 +23,7 @@ UI_EXPORT InputMethod* CreateInputMethod(
gfx::AcceleratedWidget widget);
// With calling this function, CreateInputMethod will return MockInputMethod.
-UI_EXPORT void SetUpInputMethodFacotryForTesting();
+UI_EXPORT void SetUpInputMethodFactoryForTesting();
} // namespace ui;
« no previous file with comments | « chrome/browser/chromeos/input_method/textinput_test_helper.cc ('k') | ui/base/ime/input_method_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698