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

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

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/base/ime/dummy_input_method.h ('k') | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/dummy_input_method.cc
diff --git a/ui/base/test/dummy_input_method.cc b/ui/base/ime/dummy_input_method.cc
similarity index 95%
rename from ui/base/test/dummy_input_method.cc
rename to ui/base/ime/dummy_input_method.cc
index 8a4a61fb668de7841f043541acb6c1e5586b709a..8fb279de137f22169718297fca5e8b0d4faec99c 100644
--- a/ui/base/test/dummy_input_method.cc
+++ b/ui/base/ime/dummy_input_method.cc
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/base/test/dummy_input_method.h"
+#include "ui/base/ime/dummy_input_method.h"
namespace ui {
-namespace test {
DummyInputMethod::DummyInputMethod() {
}
@@ -75,6 +74,5 @@ void DummyInputMethod::AddObserver(InputMethodObserver* observer) {
void DummyInputMethod::RemoveObserver(InputMethodObserver* observer) {
}
-} // namespace test
} // namespace ui
« no previous file with comments | « ui/base/ime/dummy_input_method.h ('k') | ui/base/ime/ime_test_support.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698