diff options
author | yoichio@chromium.org <yoichio@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 09:08:40 +0000 |
---|---|---|
committer | yoichio@chromium.org <yoichio@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-04 09:08:40 +0000 |
commit | 646185246654ed4779b3bcfeb6cc70892d1df363 (patch) | |
tree | 5ad157466522bdf7c8b4b434c35a7aaef88f0584 /chrome/browser/chromeos/input_method/mock_input_method_manager.cc | |
parent | b8612271a7d32c852e4e13e99ddb0cbfaed3414f (diff) | |
download | chromium_src-646185246654ed4779b3bcfeb6cc70892d1df363.zip chromium_src-646185246654ed4779b3bcfeb6cc70892d1df363.tar.gz chromium_src-646185246654ed4779b3bcfeb6cc70892d1df363.tar.bz2 |
Rename InputMethodEngine to InputMethodEngineInterface
BUG=N/A
Review URL: https://codereview.chromium.org/103563002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238652 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/input_method/mock_input_method_manager.cc')
-rw-r--r-- | chrome/browser/chromeos/input_method/mock_input_method_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc index 65c3df2..016db70 100644 --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc @@ -89,7 +89,7 @@ void MockInputMethodManager::AddInputMethodExtension( const std::vector<std::string>& languages, const GURL& options_url, const GURL& inputview_url, - InputMethodEngine* instance) { + InputMethodEngineInterface* instance) { } void MockInputMethodManager::RemoveInputMethodExtension(const std::string& id) { |