From 646185246654ed4779b3bcfeb6cc70892d1df363 Mon Sep 17 00:00:00 2001 From: "yoichio@chromium.org" Date: Wed, 4 Dec 2013 09:08:40 +0000 Subject: 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 --- chrome/browser/chromeos/input_method/mock_input_method_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/chromeos/input_method/mock_input_method_manager.cc') 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& languages, const GURL& options_url, const GURL& inputview_url, - InputMethodEngine* instance) { + InputMethodEngineInterface* instance) { } void MockInputMethodManager::RemoveInputMethodExtension(const std::string& id) { -- cgit v1.1