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

Unified Diff: chromeos/ime/ime_keyboard_ozone.cc

Issue 232333002: ozone: Rename XKeyboard to KeyboardController & use fake under ozone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename to ImeKeyboard & rebase 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
« no previous file with comments | « chromeos/ime/ime_keyboard.h ('k') | chromeos/ime/ime_keyboard_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ime_keyboard_ozone.cc
diff --git a/chromeos/network/onc/mock_certificate_importer.cc b/chromeos/ime/ime_keyboard_ozone.cc
similarity index 50%
copy from chromeos/network/onc/mock_certificate_importer.cc
copy to chromeos/ime/ime_keyboard_ozone.cc
index 5ae7fb200e9a1cdea84ce7dc8c9fa6573ecd3531..60b0c1ebe62e53edf4040c566586613f7db3681a 100644
--- a/chromeos/network/onc/mock_certificate_importer.cc
+++ b/chromeos/ime/ime_keyboard_ozone.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/network/onc/mock_certificate_importer.h"
+#include "chromeos/ime/fake_ime_keyboard.h"
+#include "chromeos/ime/ime_keyboard.h"
namespace chromeos {
-namespace onc {
+namespace input_method {
-MockCertificateImporter::MockCertificateImporter() {
+// static
+ImeKeyboard* ImeKeyboard::Create() {
+ return new FakeImeKeyboard;
}
-MockCertificateImporter::~MockCertificateImporter() {
-}
-
-} // namespace onc
+} // namespace input_method
} // namespace chromeos
« no previous file with comments | « chromeos/ime/ime_keyboard.h ('k') | chromeos/ime/ime_keyboard_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698