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_ |