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

Unified Diff: chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h

Issue 2605843002: Add MockInputMethodManager under ui/base/ime/chromeos/ (Closed)
Patch Set: Addressed comments. Created 3 years, 11 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/ui/views/omnibox/omnibox_view_views_unittest.cc ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h
diff --git a/chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h b/chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h
index cae9b5d1c13f22fafad7c8386bbb3cd7fc4efe91..8136458bc60eb970dd74c4bdb3cd7e04062f6314 100644
--- a/chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h
+++ b/chrome/browser/ui/webui/chromeos/login/l10n_util_test_util.h
@@ -11,18 +11,18 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/values.h"
-#include "chrome/browser/chromeos/input_method/mock_input_method_manager.h"
+#include "chrome/browser/chromeos/input_method/mock_input_method_manager_impl.h"
#include "ui/base/ime/chromeos/input_method_descriptor.h"
namespace chromeos {
class MockInputMethodManagerWithInputMethods
- : public input_method::MockInputMethodManager {
+ : public input_method::MockInputMethodManagerImpl {
public:
MockInputMethodManagerWithInputMethods();
~MockInputMethodManagerWithInputMethods() override;
- // input_method::MockInputMethodManager:
+ // input_method::MockInputMethodManagerImpl:
std::unique_ptr<input_method::InputMethodDescriptors>
GetSupportedInputMethods() const override;
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views_unittest.cc ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698