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

Unified Diff: services/ui/ime/ime_unittest.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 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 | « services/ui/ime/ime_server_impl.cc ('k') | services/ui/ime/test_ime_driver/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_unittest.cc
diff --git a/services/ui/ime/ime_unittest.cc b/services/ui/ime/ime_unittest.cc
index 11e0e295e80b2d039dbac2c3560becf375d855e5..9c235494c5db9799f26e696cf273a3b04fede61a 100644
--- a/services/ui/ime/ime_unittest.cc
+++ b/services/ui/ime/ime_unittest.cc
@@ -52,12 +52,12 @@ class TestTextInputClient : public ui::mojom::TextInputClient {
DISALLOW_COPY_AND_ASSIGN(TestTextInputClient);
};
-class IMEAppTest : public shell::test::ServiceTest {
+class IMEAppTest : public service_manager::test::ServiceTest {
public:
IMEAppTest() : ServiceTest("exe:mus_ime_unittests") {}
~IMEAppTest() override {}
- // shell::test::ServiceTest:
+ // service_manager::test::ServiceTest:
void SetUp() override {
ServiceTest::SetUp();
// test_ime_driver will register itself as the current IMEDriver.
« no previous file with comments | « services/ui/ime/ime_server_impl.cc ('k') | services/ui/ime/test_ime_driver/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698