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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_manager.h

Issue 14200032: Decouple l10n_util from InputMethodUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: /MockInputMethodDelegate/FakeInputMethodDelegate/ 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
Index: chrome/browser/chromeos/input_method/mock_input_method_manager.h
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.h b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
index 24aec776652a591b1074d20553d92297195acd7a..bef207cd2b79e98352fadab769c7175d8cbaae27 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
@@ -7,8 +7,8 @@
#include "chrome/browser/chromeos/input_method/input_method_manager.h"
#include "chrome/browser/chromeos/input_method/input_method_util.h"
+#include "chromeos/ime/fake_input_method_delegate.h"
#include "chromeos/ime/input_method_whitelist.h"
-#include "chromeos/ime/mock_input_method_delegate.h"
#include "chromeos/ime/mock_xkeyboard.h"
namespace chromeos {
@@ -81,7 +81,7 @@ class MockInputMethodManager : public InputMethodManager {
std::string current_input_method_id_;
InputMethodWhitelist whitelist_;
- MockInputMethodDelegate delegate_; // used by util_
+ FakeInputMethodDelegate delegate_; // used by util_
InputMethodUtil util_;
MockXKeyboard xkeyboard_;

Powered by Google App Engine
This is Rietveld 408576698