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

Unified Diff: ui/base/ime/dummy_input_method.h

Issue 16024014: Move DummyInputMethod into ui/base/ime/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 6 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 | « ui/aura/test/aura_test_helper.cc ('k') | ui/base/ime/dummy_input_method.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/dummy_input_method.h
diff --git a/ui/base/test/dummy_input_method.h b/ui/base/ime/dummy_input_method.h
similarity index 90%
rename from ui/base/test/dummy_input_method.h
rename to ui/base/ime/dummy_input_method.h
index 8d3b91e9ddf5980692ad0e8dd15aec02aedd2a88..84e6652ad718a969e842d5f1308f5c69dddad3f7 100644
--- a/ui/base/test/dummy_input_method.h
+++ b/ui/base/ime/dummy_input_method.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_TEST_DUMMY_INPUT_METHOD_H_
-#define UI_BASE_TEST_DUMMY_INPUT_METHOD_H_
+#ifndef UI_BASE_IME_DUMMY_INPUT_METHOD_H_
+#define UI_BASE_IME_DUMMY_INPUT_METHOD_H_
#include "ui/base/ime/input_method.h"
@@ -11,8 +11,6 @@ namespace ui {
class InputMethodObserver;
-namespace test {
-
class DummyInputMethod : public InputMethod {
public:
DummyInputMethod();
@@ -43,8 +41,7 @@ class DummyInputMethod : public InputMethod {
DISALLOW_COPY_AND_ASSIGN(DummyInputMethod);
};
-} // namespace test
} // namespace ui
-#endif // UI_BASE_TEST_DUMMY_INPUT_METHOD_H_
+#endif // UI_BASE_IME_DUMMY_INPUT_METHOD_H_
« no previous file with comments | « ui/aura/test/aura_test_helper.cc ('k') | ui/base/ime/dummy_input_method.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698