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

Unified Diff: chromeos/ime/ime_keyboard_x11_unittest.cc

Issue 683773002: Adds ozone support for ime keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/ime_keyboard_x11_unittest.cc
diff --git a/chromeos/ime/ime_keyboard_x11_unittest.cc b/chromeos/ime/ime_keyboard_x11_unittest.cc
index cdf195f8bd8eb6e932e38f3f35cfe4ffc645479f..5d89fe95fada8ac8b3c7710c68e134101929387b 100644
--- a/chromeos/ime/ime_keyboard_x11_unittest.cc
+++ b/chromeos/ime/ime_keyboard_x11_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chromeos/ime/ime_keyboard.h"
+#include "chromeos/ime/ime_keyboard_x11.h"
#include <algorithm>
#include <set>
@@ -28,7 +28,7 @@ class ImeKeyboardTest : public testing::Test,
}
virtual void SetUp() {
- xkey_.reset(ImeKeyboard::Create());
+ xkey_.reset(new ImeKeyboardX11());
xkey_->AddObserver(this);
caps_changed_ = false;
}
« no previous file with comments | « chromeos/ime/ime_keyboard_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698