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

Unified Diff: ui/views/test/views_test_base.h

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to ash/ime/ Created 9 years 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 | « ui/ui.gyp ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/test/views_test_base.h
diff --git a/ui/views/test/views_test_base.h b/ui/views/test/views_test_base.h
index c9c674b6c267a2aa09840863fcf4feb50c030c99..efc97afd91cc3149a48b789618f443a0631c633c 100644
--- a/ui/views/test/views_test_base.h
+++ b/ui/views/test/views_test_base.h
@@ -17,6 +17,10 @@ class TestActivationClient;
}
}
+namespace ui {
+class InputMethod;
+}
+
namespace views {
class TestViewsDelegate;
@@ -48,6 +52,7 @@ class ViewsTestBase : public testing::Test {
scoped_ptr<TestViewsDelegate> views_delegate_;
#if defined(USE_AURA)
scoped_ptr<aura::test::TestActivationClient> test_activation_client_;
+ scoped_ptr<ui::InputMethod> test_input_method_;
#endif
bool setup_called_;
bool teardown_called_;
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698