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

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

Issue 232333002: ozone: Rename XKeyboard to KeyboardController & use fake under ozone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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.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 6045c7a6aa08e55ba72d39ffeb34b26bcd7e853b..c292f8abd4f8972280849a22998e063793c5ee38 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
@@ -153,7 +153,7 @@ bool MockInputMethodManager::IsAltGrUsedByCurrentInputMethod() const {
return false;
}
-XKeyboard* MockInputMethodManager::GetXKeyboard() {
+KeyboardController* MockInputMethodManager::GetKeyboardController() {
return &xkeyboard_;
}

Powered by Google App Engine
This is Rietveld 408576698