diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 09:43:14 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-21 09:43:14 +0000 |
commit | 291d8b76965a8025182add37c3b381aebece56ad (patch) | |
tree | c2e19f6fb57ce022a5821fefd1d97610eb2ee101 /chrome/browser/chromeos/input_method | |
parent | 6f63fd49ff65e5793e7acee2e3969e794d714ce1 (diff) | |
download | chromium_src-291d8b76965a8025182add37c3b381aebece56ad.zip chromium_src-291d8b76965a8025182add37c3b381aebece56ad.tar.gz chromium_src-291d8b76965a8025182add37c3b381aebece56ad.tar.bz2 |
Rename *language_library* to *input_method_library*.
TEST=trybots; make -j8 chrome unit_tests browser_tests
BUG=chromium-os:4063
Review URL: http://codereview.chromium.org/2875001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method')
-rw-r--r-- | chrome/browser/chromeos/input_method/input_method_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h index 597ddec..0302b66 100644 --- a/chrome/browser/chromeos/input_method/input_method_util.h +++ b/chrome/browser/chromeos/input_method/input_method_util.h @@ -9,7 +9,7 @@ #include <vector> #include "base/string16.h" -#include "chrome/browser/chromeos/cros/language_library.h" +#include "chrome/browser/chromeos/cros/input_method_library.h" namespace chromeos { namespace input_method { |